Christian Grothoff
f8fd79094b
-fix
2013-08-13 22:24:36 +00:00
Andrey Uzunov
e421dc4c64
spdy: simple POST support implemented; API changes; fixed warnings in spdy tests
2013-08-11 19:35:43 +00:00
Christian Grothoff
d77425beee
-allow benchmark to be run without connection close
2013-08-08 05:55:25 +00:00
Christian Grothoff
22941cd1b6
-fix reactivating plibc
2013-08-07 22:05:53 +00:00
Christian Grothoff
7b8d280e45
-reverting removal of Plibc, select on pipes problem is critial
2013-08-07 09:04:37 +00:00
Christian Grothoff
a0b627adc5
Part 2 of 2 - Remove and replace PlibC macros with native function calls.
2013-08-07 06:41:45 +00:00
Christian Grothoff
4251a1cd97
Part 1 of 2 - Remove PlibC from autotools files.
2013-08-07 06:22:16 +00:00
Christian Grothoff
81464b301a
Removes the requirement of liberty. No longer shipped by newer gcc.
2013-08-07 06:20:13 +00:00
Christian Grothoff
36ac797380
-use more portable rand instead of random
2013-08-07 06:19:33 +00:00
Christian Grothoff
16cecaf5d5
add missing NULL checks in examples:
2013-07-21 16:18:42 +00:00
Andrey Uzunov
50735544c1
mhd2spdy: code formatting done and old code removed
2013-07-20 19:21:10 +00:00
Andrey Uzunov
84205b371f
mhd2spdy: info in source headers
2013-07-20 18:49:59 +00:00
Andrey Uzunov
a754b1b3cf
mhd2spdy: -Wextra warnings fixed
2013-07-20 18:35:59 +00:00
Andrey Uzunov
22e0954068
mhd2spdy: changes, still importing
2013-07-20 17:03:17 +00:00
Christian Grothoff
27171ab944
-nicer for HTTPS
2013-07-20 10:49:09 +00:00
Christian Grothoff
a559950eb8
-fix combining HTTPS and EPOLL
2013-07-20 10:36:26 +00:00
Christian Grothoff
edb0845e35
-adding HTTPS version of benchmark
2013-07-20 10:13:45 +00:00
Christian Grothoff
209021f4cc
-moving dual stack example to modern variant
2013-07-20 10:13:35 +00:00
Christian Grothoff
1237387390
adding experimental turbo mode
2013-07-19 15:51:45 +00:00
Christian Grothoff
3b384315bc
-importing Andrey Uzunov's mhd2spdy code
2013-07-19 09:19:48 +00:00
Andrey Uzunov
b439543039
spdy: change SPDY_get_timeout to give not seconds but milliseconds as it used to be
2013-07-17 14:46:49 +00:00
Christian Grothoff
d9ab40f532
-cleaner behavior with respect to stopping to read pipelined requests
2013-06-28 12:07:11 +00:00
Christian Grothoff
fe8202d39c
-fixing misc minor bugs and compiler warnings in libmicrospdy
2013-06-27 14:41:35 +00:00
Christian Grothoff
3fb6d911e9
-benchmark for latency measurements and epoll demonstration
2013-06-23 10:50:05 +00:00
Christian Grothoff
cc8a80bf84
-fix build issues on MinGW ( #2885 )
2013-05-18 20:33:10 +00:00
Christian Grothoff
76929295b7
comments
2013-05-09 14:10:45 +00:00
Christian Grothoff
d6afd8ad4e
-handle SIGPIPE
2013-05-09 12:58:14 +00:00
Christian Grothoff
2184438b2d
-bugfixes
2013-05-09 10:47:18 +00:00
Christian Grothoff
639c6a9880
merging libmicrospdy into tree
2013-05-05 19:21:40 +00:00
Christian Grothoff
e2992d55a9
-directory was renamed
2013-05-05 18:20:12 +00:00
Christian Grothoff
1725bcf3c5
-improvements to docs
2013-05-05 18:01:09 +00:00
LRN
05a6e239a3
Avoid conflicts with wingdi's OPAQUE
2013-04-23 11:11:07 +00:00
Christian Grothoff
9ea3d5ce7a
-fix W32 build
2013-04-21 17:57:26 +00:00
Christian Grothoff
f4db12e265
-bsd fix
2013-04-12 18:14:55 +00:00
Christian Grothoff
1a6f22b489
finished with demonstrator
2013-03-31 21:18:03 +00:00
Christian Grothoff
4b0588d78b
add mime types to demo
2013-03-31 20:22:02 +00:00
Christian Grothoff
5b45f52e77
bump, changelog
2013-03-31 18:06:37 +00:00
Christian Grothoff
61456e4b13
-towards a nicer demo
2013-03-30 23:52:59 +00:00
Christian Grothoff
00af4350bd
-starting more complex demo
2013-03-30 23:45:39 +00:00
Christian Grothoff
bd3f0576c8
-fix build issue
2013-03-30 21:23:42 +00:00
Christian Grothoff
d1d5bf7cb9
-introduce MHD_UNSIGNED_LONG_LONG, deprecate MHD_LONG_LONG, check for invalid options on start, document
2012-09-28 11:39:38 +00:00
Christian Grothoff
305acdf03a
allowing independent enabling/disabling of digest and basic authentication (Mantis #2525 )
2012-09-01 18:47:23 +00:00
Christian Grothoff
d069fc37e7
-fix compile error when build without post processor
2012-02-23 13:16:27 +00:00
Christian Grothoff
9ae3c8fecb
-fixing #2143
2012-02-06 21:49:41 +00:00
Christian Grothoff
24fe454f10
adding dual stack example
2012-01-16 13:30:29 +00:00
Christian Grothoff
de35faa11a
Hi there,
...
am I right in the assumption, that the documentation at
http://www.gnu.org/s/libmicrohttpd/tutorial.html#Supporting-basic-authentication
is newer than authorization_example.c in the src/examples/ subdirectory?
If so here is a patch to make authorization_example.c use the functions from
the tutorial instead of raw base64 strings.
Regards
Sven
-
2011-12-01 14:24:24 +00:00
Christian Grothoff
15927a0e89
no iberty on unix
2011-10-13 19:49:37 +00:00
Christian Grothoff
2160c66589
LRN: w32 test case fixes
2011-10-07 17:51:10 +00:00
Christian Grothoff
0216a0f9b3
avoid asprintf
2011-07-18 06:46:18 +00:00
Christian Grothoff
15043c6d6c
possible fix for 1670
2011-03-30 11:03:33 +00:00