Skip to content

Releases: EnqueueDuck/http-server

http-server-3.2.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 18 Mar 09:00
Update version to 3.2.0

http-server-3.1.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 18 Mar 08:43
Fix callback does not add back event to event_loop

http-server-3.0.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 17 Mar 02:38
Use libevent as underlying backend

http-server-2.2.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 16 Mar 12:04
Use non-blocking IO

http-server-2.1.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 15 Mar 15:44
Allocate buffer for each worker before handling query

http-server-2.0.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 15 Mar 14:29
Support server workers with EPOLL

http-server-1.1.0

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 13 Mar 19:28

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

Choose a tag to compare

@EnqueueDuck EnqueueDuck released this 13 Mar 09:12

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.