index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sample
/
http-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential null dereference in http-server (#1430)
Zhipeng Xue
2023-03-04
1
-0
/
+2
*
http-server: add -H option to change listen address
Azat Khuzhin
2020-10-27
1
-3
/
+6
*
http-server: add cli argument for max body size
Azat Khuzhin
2020-10-04
1
-1
/
+6
*
Add callback support for error pages
nntrab
2020-01-13
1
-1
/
+1
*
sample/http-server: fix parameter parsing
David Disseldorp
2019-08-21
1
-13
/
+15
*
http-server: add usage/help dialog
Azat Khuzhin
2019-05-12
1
-3
/
+14
*
http-server: add ability to bind to unix-socket
Azat Khuzhin
2019-05-12
1
-43
/
+108
*
s/http-server: fix cleanup routines
Azat Khuzhin
2019-01-29
1
-0
/
+3
*
s/http-server: check for EVTHREAD_USE_WINDOWS_THREADS_IMPLEMENTED
Azat Khuzhin
2018-11-13
1
-1
/
+3
*
s/http-server: graceful cleanup
Azat Khuzhin
2018-11-13
1
-14
/
+44
*
s/http-server: enable debug logging if EVENT_DEBUG_LOGGING_ALL env isset
Azat Khuzhin
2018-11-13
1
-1
/
+8
*
s/http-server: turn off buffering (otherwise do output on win32)
Azat Khuzhin
2018-11-13
1
-0
/
+3
*
s/http-server: add an option to use IOCP
Azat Khuzhin
2018-11-13
1
-4
/
+27
*
s/http-server: add options (for persistent port)
Azat Khuzhin
2018-11-13
1
-11
/
+29
*
Fix incorrect MIME type
johnsonlee
2016-12-13
1
-1
/
+1
*
use ev_uint16_t instead of unsigned short for port
Thomas Bernard
2016-10-26
1
-1
/
+1
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2014-08-29
1
-1
/
+1
|
\
|
*
Use FindClose for handle from FindFirstFile in http-server.c
Nick Mathewson
2014-08-29
1
-1
/
+1
*
|
Make http-server.c output into good html5
Nick Mathewson
2014-05-30
1
-1
/
+4
*
|
sample: drop uri_root from base_url in http-server.
Azat Khuzhin
2013-08-13
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2013-01-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a mistake in evbuffer_remove() arguments in example http server code
Gyepi Sam
2013-01-22
1
-1
/
+1
*
|
Fix some warnings found cross-compiling with mingw32
Nick Mathewson
2012-11-01
1
-0
/
+10
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-1
/
+1
*
|
When including an -internal.h header outside the main tree, do so early
Nick Mathewson
2012-01-24
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Suppress a gcc warning from ignoring fwrite return in http-sample.c
Nick Mathewson
2012-01-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-28
1
-1
/
+4
|
\
\
|
|
/
|
*
Clean up some problems identified by Coverity.
Harlan Stenn
2011-08-28
1
-1
/
+4
*
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-8
/
+8
|
/
*
MSVC does not provide S_ISDIR, so provide it manually.
Peter Rosin
2011-05-25
1
-0
/
+3
*
Fix a couple of memory leaks in samples/http-server.c. Found by Dave Hart.
Nick Mathewson
2011-04-14
1
-4
/
+5
*
FIX: comment internal headers used in sample code.
Nick Mathewson
2011-02-22
1
-0
/
+1
*
NM: Fix sample/http-server ipv6 fixes
Nick Mathewson
2011-02-22
1
-3
/
+1
*
Include util-internal.h as needed to build on platforms with no sockaddr_storage
Harlan Stenn
2011-02-22
1
-0
/
+4
*
Include arpa/inet.h as needed on HPUX
Harlan Stenn
2011-02-22
1
-0
/
+3
*
Remove end-of-line whitespace
Nick Mathewson
2010-12-09
1
-1
/
+1
*
Fix win32 build of http-server.c with unicode enabled
Nick Mathewson
2010-11-30
1
-1
/
+1
*
make http-server example code build on win32
Nick Mathewson
2010-11-29
1
-1
/
+47
*
Fix http-server.c compilation on freebsd
Nick Mathewson
2010-11-29
1
-0
/
+4
*
Fix a misplaced ) in http_server.c
Nick Mathewson
2010-11-26
1
-1
/
+1
*
Add a basic example of how to write a static HTTP server.
Nick Mathewson
2010-11-26
1
-0
/
+342