1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-10 14:23:00 +03:00
Commit Graph

48 Commits

Author SHA1 Message Date
Lammert Bies
c26b380f56 Removed CONFIG_TYPE_STRING 2016-12-28 21:04:36 +01:00
Lammert Bies
a92e260f17 All freed pointers are NULLed 2016-12-28 20:06:16 +01:00
Lammert Bies
19008c14d4 ssl_protocol_version now fast option 2016-12-28 07:13:34 +01:00
Lammert Bies
2a90c0acda Removed CONFIG_TYPE_BOOLEAN 2016-12-28 04:38:57 +01:00
Lammert Bies
52675c9b3b Moved options to struct 2016-12-28 03:00:53 +01:00
Lammert Bies
42e75ba731 Replaced strerror with thread safe version 2016-12-27 18:05:54 +01:00
Lammert Bies
40ffc74331 More functional error logging 2016-12-27 11:32:30 +01:00
lammertb
1c2467e587 Better error handling at startup 2016-12-27 10:42:35 +01:00
Lammert Bies
fe0b6dfad7 Removed NO_FILES compile option 2016-12-26 21:25:49 +01:00
Lammert Bies
8118c908eb Removed httplib_fc fake context 2016-12-26 19:25:35 +01:00
Lammert Bies
c0fa698948 SSL flags now proper booleans 2016-12-26 16:28:02 +01:00
Lammert Bies
9a14a1bfa1 Websockets always compiled in 2016-12-26 14:27:34 +01:00
Lammert Bies
f77e497a65 Code cleanup 2016-12-26 13:35:16 +01:00
Lammert Bies
928247e542 Made httplib_get_random public function 2016-12-26 01:31:47 +01:00
Lammert Bies
074e9a9a8c IPv6 is always enabled 2016-12-26 01:15:22 +01:00
lammertb
3296cc20b7 Made httplib_base64_encode global 2016-12-25 17:54:51 +01:00
lammertb
84605258e9 Made httplib_strdup global 2016-12-25 17:25:57 +01:00
lammertb
79afcaae78 Fixed MSVC issues 2016-12-23 07:35:57 +01:00
Lammert Bies
5f0d1aa387 Renamed httplib_join_thread to httplib_pthread_join 2016-12-21 09:15:19 +01:00
Lammert Bies
06ab21048b Layout fixed and one send_file function 2016-12-20 15:00:53 +01:00
Lammert Bies
b18d663d3d Made httplib_strcasestr global 2016-12-20 12:30:49 +01:00
Lammert Bies
0ee926db97 Made httplib_pthread_cond_broadcast global 2016-12-20 08:49:48 +01:00
Lammert Bies
8b3e8aa100 Made httplib_pthread_cond_destroy global 2016-12-20 08:36:13 +01:00
Lammert Bies
648688f047 Made httplib_pthread_cond_init global 2016-12-20 07:59:58 +01:00
Lammert Bies
278644952a Made httplib_pthread_cond_signal global 2016-12-20 07:25:54 +01:00
Lammert Bies
368a077775 Made httplib_pthread_cond_wait global 2016-12-19 18:56:09 +01:00
Lammert Bies
f9be8dbfe4 Made httplib_pthread_getspecific global 2016-12-19 18:27:47 +01:00
Lammert Bies
1a3447e2a1 Made httplib_pthread_key_create global 2016-12-19 18:14:11 +01:00
Lammert Bies
799d4dad65 Made httplib_pthread_key_delete global 2016-12-19 17:20:53 +01:00
Lammert Bies
fe598a1e80 Made httplib_pthread_mutex_destroy global 2016-12-19 16:47:59 +01:00
Lammert Bies
e45f1187cd Made httplib_pthread_mutex_init global 2016-12-19 16:33:32 +01:00
Lammert Bies
248327c04f Made httplib_pthread_mutex_lock global 2016-12-19 15:58:50 +01:00
Lammert Bies
9942cfd38d Made httplib_pthread_mutex_trylock public 2016-12-19 15:37:28 +01:00
Lammert Bies
32af4a5d21 Made pthread_mutex_unlock global 2016-12-19 15:19:56 +01:00
Lammert Bies
4cd956f09e Made httplib_pthread_setspecific() global 2016-12-19 14:42:22 +01:00
Lammert Bies
b67b84dafd Made httplib_pthread_self global 2016-12-19 14:02:32 +01:00
Lammert Bies
6ac572b761 Memory allocation always debugged 2016-12-16 20:17:32 +01:00
Lammert Bies
260d6dee93 Enhanced documentation and code quality 2016-12-16 15:30:05 +01:00
Lammert Bies
f7eae71010 Added utility function docs 2016-12-15 21:16:12 +01:00
Lammert Bies
9502832b97 Generalized utility functions 2016-12-15 09:29:41 +01:00
Lammert Bies
647139558b Replaced mg_ with httplib_ 2016-12-13 13:46:33 +01:00
lammertb
78a0db16de Function checked and renamed to httplib_ 2016-12-13 09:59:05 +01:00
Lammert Bies
cfbae62e36 Fixed upper/lower case 2016-12-10 16:56:54 +01:00
Lammert Bies
5ca324c339 Removed obsolete mg_get_ports 2016-11-16 07:42:57 +01:00
Lammert Bies
f55b13bfca Removed lua 2016-11-16 04:36:19 +01:00
Lammert Bies
02927f38b8 Removed duktape support 2016-11-16 03:46:31 +01:00
Lammert Bies
6f465ad72f Source code cleanup 2016-11-15 22:41:46 +01:00
Lammert Bies
6566341735 Updated references to LibHTTP 2016-11-15 20:04:22 +01:00