1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-06 05:02:40 +03:00

72 Commits

Author SHA1 Message Date
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