1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-13 12:42:25 +03:00
Commit Graph

964 Commits

Author SHA1 Message Date
Thomas Davis
0c3cb15f58 Changed Windows installer to use Inno Setup.
Advanced Installer had problems with directory permissions
in its free version.

https://github.com/sunsetbrew/civetweb/issues/11
2013-10-07 14:22:24 -04:00
sunsetbrew
0dd5c227e5 Update RELEASE_NOTES.md 2013-10-07 14:22:24 -04:00
sunsetbrew
7076abcd6f Merge pull request #12 from DanielOaks/url-fix
Correct URLs in civetweb.c
2013-10-07 14:22:24 -04:00
Daniel Oaks
2ae1b984c1 Correct URLs 2013-10-07 14:22:24 -04:00
Thomas Davis
69b44f3f58 Fixed mod_lua.inl compile warnings 2013-10-07 14:22:23 -04:00
Thomas Davis
3e4216529c Fixed some errors with the usage of mg_stat() 2013-10-07 14:22:23 -04:00
Thomas Davis
16b31002e7 Updated test makefile to eb easier to read. 2013-10-07 14:22:23 -04:00
Thomas Davis
b2b62edd57 Fixed Lua compile error with recent change to conn2() 2013-10-07 14:22:23 -04:00
Thomas Davis
7e72461870 Updated comments 2013-10-07 14:22:23 -04:00
sunsetbrew
da9fdd8e9b Update RELEASE_NOTES.md 2013-10-07 14:22:23 -04:00
sunsetbrew
77bd9697d0 Merge pull request #9 from tzimmofsecure/master
Allow port number to be zero to use a random free port.
2013-10-07 14:22:23 -04:00
Kimmo Mustonen
fa603909f6 Allow port number to be zero to use a random free port.
Keep track of the threads started.
Wait for threads to finish when stopping for a clean shutdown.
Fix compiler warnings.
Fix some issues reported by Coverity static analysis tool.
Copyright 2013 F-Secure Corporation.
2013-10-07 14:22:23 -04:00
sunsetbrew
44dcb7550f Merge pull request #10 from DanielOaks/travis
Travis CI support
2013-10-07 14:22:22 -04:00
Thomas Davis
826328d4d0 Updated version number to 1.5 2013-10-07 14:22:22 -04:00
Daniel Oaks
125ba43f29 Testing Travis CI 2013-10-07 14:22:22 -04:00
Thomas Davis
dee4900ead Fixed missing function reference in Lua module. 2013-10-07 14:22:22 -04:00
Thomas Davis
b745f22107 Normallized coding style in a predictable way.
Uses astyle program which is freely avaiable on all platforms.
2013-10-07 14:22:22 -04:00
Thomas Davis
3f9ded0d6d Updated buildroot version 2013-10-07 14:22:22 -04:00
Thomas Davis
894bc94e7d Updated release notes 2013-10-07 14:22:22 -04:00
Thomas Davis
e551b74564 Updated comments 2013-10-07 14:22:22 -04:00
Thomas Davis
a11960335b Updated release notes 2013-10-07 14:22:22 -04:00
Thomas Davis
c67fbc7caf Added new C embedding example 2013-10-07 14:22:22 -04:00
sunsetbrew
7f7f0abcfc Update Embedding.md 2013-10-07 14:22:21 -04:00
sunsetbrew
3f7abe8688 Update Embedding.md 2013-10-07 14:22:21 -04:00
sunsetbrew
1ac1817f43 Update RELEASE_NOTES.md 2013-10-07 14:22:21 -04:00
Thomas Davis
840f3c4079 Stripped out extra test code. 2013-10-07 14:22:21 -04:00
Thomas Davis
6b7e1ff2a8 Made file dormat UNIX LF 2013-10-07 14:22:21 -04:00
Thomas Davis
9e17943d25 Fixed a possible OOM issue. 2013-10-07 14:22:21 -04:00
Thomas Davis
32d35c4591 Updated the documentation 2013-10-07 14:22:21 -04:00
Thomas Davis
031e2cd665 Relaxed the ordering contraint on the URI matches.
Solved by doing smart insertions.
2013-10-07 14:22:21 -04:00
Thomas Davis
8c547339e1 Updated documentation 2013-10-07 14:22:21 -04:00
Thomas Davis
af000e03c7 Added new URI to handler mapping for C code. 2013-10-07 14:22:21 -04:00
Thomas Davis
acbe6db15f Added URLEncode methods 2013-10-07 14:22:20 -04:00
Thomas Davis
466f3982fe Added urlDecode urlDecode CivetServer methods 2013-10-07 14:22:20 -04:00
Thomas Davis
dd58451725 Dealt with compiler warnings and some static analysis hits. 2013-10-07 14:22:20 -04:00
Thomas Davis
ff6662c406 Added mg_get_var2() to parse repeated query strings 2013-10-07 14:22:20 -04:00
Thomas Davis
8085be6072 Externalized logging function cry() as mg_cry() 2013-10-07 14:22:20 -04:00
sunsetbrew
a42ca14c60 Update RELEASE_NOTES.md 2013-10-07 14:22:20 -04:00
sunsetbrew
8feb11cc87 Update RELEASE_NOTES.md 2013-10-07 14:22:20 -04:00
sunsetbrew
dc6a3d7faf Merge pull request #8 from HariKamath/master
Wrapper function for mg_get_header()
2013-10-07 14:22:20 -04:00
HariKamath
f16f053e11 Wrapper funtion for mg_het_header() 2013-10-07 14:22:20 -04:00
HariKamath
59e17e4401 Changes suggested by Thomas, plus, some minor spelling istakes 2013-10-07 14:22:20 -04:00
sunsetbrew
21dc2a0cf2 Update README.md 2013-10-07 14:22:19 -04:00
Thomas Davis
507f1a858a Updated release notes and working version to 1.4 2013-10-07 14:22:19 -04:00
sunsetbrew
e9c742f321 Merge pull request #7 from HariKamath/master
Cpp implementation for mg_get_cookie().
2013-10-07 14:22:19 -04:00
sunsetbrew
4e3da49733 Update README.md 2013-10-07 14:22:19 -04:00
HariKamath
021011b273 Cpp implementation for mg_get_cookie().
The user can pass standard strings for cookie name get back the corresponding value.
The method returns the size of the cookie string read.
2013-10-07 14:22:19 -04:00
sunsetbrew
85d779583d Update README.md 2013-10-07 14:22:19 -04:00
sunsetbrew
065b6d470b Update README.md 2013-10-07 14:22:19 -04:00
Thomas Davis
83690f768c Added logos for lua and sqlite3 2013-10-07 14:22:19 -04:00