summaryrefslogtreecommitdiff
path: root/sample/http-server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential null dereference in http-server (#1430)Zhipeng Xue2023-03-041-0/+2
* http-server: add -H option to change listen addressAzat Khuzhin2020-10-271-3/+6
* http-server: add cli argument for max body sizeAzat Khuzhin2020-10-041-1/+6
* Add callback support for error pagesnntrab2020-01-131-1/+1
* sample/http-server: fix parameter parsingDavid Disseldorp2019-08-211-13/+15
* http-server: add usage/help dialogAzat Khuzhin2019-05-121-3/+14
* http-server: add ability to bind to unix-socketAzat Khuzhin2019-05-121-43/+108
* s/http-server: fix cleanup routinesAzat Khuzhin2019-01-291-0/+3
* s/http-server: check for EVTHREAD_USE_WINDOWS_THREADS_IMPLEMENTEDAzat Khuzhin2018-11-131-1/+3
* s/http-server: graceful cleanupAzat Khuzhin2018-11-131-14/+44
* s/http-server: enable debug logging if EVENT_DEBUG_LOGGING_ALL env issetAzat Khuzhin2018-11-131-1/+8
* s/http-server: turn off buffering (otherwise do output on win32)Azat Khuzhin2018-11-131-0/+3
* s/http-server: add an option to use IOCPAzat Khuzhin2018-11-131-4/+27
* s/http-server: add options (for persistent port)Azat Khuzhin2018-11-131-11/+29
* Fix incorrect MIME typejohnsonlee2016-12-131-1/+1
* use ev_uint16_t instead of unsigned short for portThomas Bernard2016-10-261-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-08-291-1/+1
|\
| * Use FindClose for handle from FindFirstFile in http-server.cNick Mathewson2014-08-291-1/+1
* | Make http-server.c output into good html5Nick Mathewson2014-05-301-1/+4
* | sample: drop uri_root from base_url in http-server.Azat Khuzhin2013-08-131-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-01-221-1/+1
|\ \ | |/
| * Fix a mistake in evbuffer_remove() arguments in example http server codeGyepi Sam2013-01-221-1/+1
* | Fix some warnings found cross-compiling with mingw32Nick Mathewson2012-11-011-0/+10
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-3/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-161-1/+1
|\ \ | |/
| * Suppress a gcc warning from ignoring fwrite return in http-sample.cNick Mathewson2012-01-161-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-1/+4
|\ \ | |/
| * Clean up some problems identified by Coverity.Harlan Stenn2011-08-281-1/+4
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-8/+8
|/
* MSVC does not provide S_ISDIR, so provide it manually.Peter Rosin2011-05-251-0/+3
* Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.Nick Mathewson2011-04-141-4/+5
* FIX: comment internal headers used in sample code.Nick Mathewson2011-02-221-0/+1
* NM: Fix sample/http-server ipv6 fixesNick Mathewson2011-02-221-3/+1
* Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-221-0/+4
* Include arpa/inet.h as needed on HPUXHarlan Stenn2011-02-221-0/+3
* Remove end-of-line whitespaceNick Mathewson2010-12-091-1/+1
* Fix win32 build of http-server.c with unicode enabledNick Mathewson2010-11-301-1/+1
* make http-server example code build on win32Nick Mathewson2010-11-291-1/+47
* Fix http-server.c compilation on freebsdNick Mathewson2010-11-291-0/+4
* Fix a misplaced ) in http_server.cNick Mathewson2010-11-261-1/+1
* Add a basic example of how to write a static HTTP server.Nick Mathewson2010-11-261-0/+342