Skip to content

Releases: EnqueueDuck/http-server

http-server-3.2.0

18 Mar 09:00
Compare
Choose a tag to compare
Update version to 3.2.0

http-server-3.1.0

18 Mar 08:43
Compare
Choose a tag to compare
Fix callback does not add back event to event_loop

http-server-3.0.0

17 Mar 02:38
Compare
Choose a tag to compare
Use libevent as underlying backend

http-server-2.2.0

16 Mar 12:04
Compare
Choose a tag to compare
Use non-blocking IO

http-server-2.1.0

15 Mar 15:44
Compare
Choose a tag to compare
Allocate buffer for each worker before handling query

http-server-2.0.0

15 Mar 14:29
Compare
Choose a tag to compare
Support server workers with EPOLL

http-server-1.1.0

13 Mar 19:28
Compare
Choose a tag to compare

Simple HTTP Server with a multi-threaded backend. The backend employs a ThreadPool, which manages N worker threads. Each request is encapsulated in a Task object and passed to one of the worker threads for handling.

CHANGELOG

  • Fix glog not built with gflags
  • Initialize glog in server main

http-server-1.0.0

13 Mar 09:12
Compare
Choose a tag to compare

Simple HTTP Server with a multi-threaded backend. The backend employs a ThreadPool, which manages N worker threads. Each request is encapsulated in a Task object and passed to one of the worker threads for handling.