Commit Graph
89 Commits
Author SHA1 Message Date
Christian Grothoff 7a60acb345 document problem DV had 2010-08-16 12:33:19 +00:00
Christian Grothoff 14f9e81936 stuff 2010-07-26 20:03:04 +00:00
Christian Grothoff 761267757c ready for 0.9.0 2010-07-26 16:57:47 +00:00
Christian Grothoff 8157744d45 systemd and sendfile support 2010-07-25 13:17:10 +00:00
Christian Grothoff 3b17bb4814 docu updates, API extensions, version bump 2010-07-25 10:25:22 +00:00
Christian Grothoff 63b5f01682 getting gnutls tests to pass: 2010-07-25 09:47:50 +00:00
Christian Grothoff 29529aefd1 fix 2010-07-09 11:11:00 +00:00
Christian Grothoff 7b0a0ab132 code cleanup 2010-07-07 17:34:47 +00:00
Christian Grothoff 4f94b465da fixing 1548 2010-03-25 10:45:49 +00:00
Christian Grothoff 96dfca44a7 release 2010-01-28 20:41:36 +00:00
Nils Durner 1b0b8c014d use untranslated file input mode, important on Windows 2010-01-20 21:07:20 +00:00
Christian Grothoff 8893ec6980 removing unused variable 2010-01-18 07:58:14 +00:00
Christian Grothoff b4d4fb361f code clean up 2010-01-05 15:42:19 +00:00
Christian Grothoff bf1d64a78d adding MHD_OPTION_ARRAY 2009-12-04 12:17:07 +00:00
Christian Grothoff 8be5df1d5d disabling broken testcase 2009-11-15 11:46:33 +00:00
Christian Grothoff 0ae441aa76 end tag 2009-11-13 12:05:52 +00:00
Christian Grothoff c3b093d70a cleaning up and documenting panic callback 2009-11-12 15:27:11 +00:00
Christian Grothoff a952ad938c [libmicrohttpd] large file descriptors
From: 
John Muth <muth@parascale.com>
  To: 
libmicrohttpd@gnu.org
  Date: 
Yesterday 18:35:25

Hi Christian,

We are using libmicro http in our application. Our application runs on Linux
and uses a large number of file descriptors (> 1024). Unfortunately the
Linux fdset's only have room for 1024 fd's.

I made changes to the 0.4.4 source to support poll instead of select so we
could get around the file descriptor issue. I've attached the diffs if you
are interested.

-John Muth
Parascale
2009-11-11 11:55:34 +00:00
Christian Grothoff ba9c5760a5 releasing 0.4.4 2009-10-28 19:46:30 +00:00
Christian Grothoff 2b656f23da updating docs 2009-10-11 13:25:48 +00:00
Christian Grothoff 9da66fe9cd dual licensing 2009-10-11 13:01:59 +00:00
Christian Grothoff f6f79e051a Dear Christian Grothoff
Thanks for libmicrohttpd! It's really useful for writing unit tests
for http clients and code interacting with http servers.

I mostly write code for Symbian, so I ported the library to Symbian
OS. You can see the patch at http://codereview.appspot.com/130056/show
. I'm not sure if you agree with how the changes have been structured,
but hopefully we can work towards a version that can be integrated.
Note that Symbian doesn't have autoconf and only a partial C library.

Best regards,

   Mika Raento
2009-10-11 09:31:57 +00:00
Christian Grothoff 35723abc67 document defaults as suggested by
Michael Lenaghan <michaell@dazzit.com>
2009-10-05 06:29:41 +00:00
Christian Grothoff 2acd5451ce release 2009-08-29 10:41:18 +00:00
Christian Grothoff e19500f02b feature 2009-08-26 09:12:48 +00:00
Christian Grothoff 767fae2710 bumping version for release 2009-05-17 09:31:58 +00:00
Christian Grothoff c8a1be0f87 release 2009-03-19 04:49:16 +00:00
Christian Grothoff 02dcae4d0e bumps 2009-02-09 04:47:46 +00:00
Christian Grothoff 553b57e1ad bldfx 2009-02-09 04:22:26 +00:00
Christian Grothoff b90c37b2f3 incompatible API change to allow 64-bit uploads and downloads on 32-bit systems 2009-02-06 06:12:33 +00:00
Christian Grothoff 4211b66eca ignores 2008-12-31 05:51:03 +00:00
Christian Grothoff adb4520d7c fixing 1438 and 1432 2008-12-07 05:29:14 +00:00
Sebastian Gerhardt a8d10a494a (tutorial): this should fix the warning message from Debian lintian 2008-11-26 13:18:42 +00:00
Christian Grothoff e5295880b9 removing broken code for compress and useless -- equally broken -- options 2008-11-18 08:20:26 +00:00
Christian Grothoff 3ff1c20340 1.3 2008-11-16 23:42:31 +00:00
Christian Grothoff 2b016cd34b docu 2008-11-16 23:39:15 +00:00
Christian Grothoff 82381396ff addressing 1433 2008-11-16 23:25:25 +00:00
Christian Grothoff b83c672f3e more dead code elimination 2008-11-15 07:56:41 +00:00
Christian Grothoff eea5080786 bump 2008-11-04 06:50:27 +00:00
Sebastian Gerhardt 88d10158d9 Upgraded & tested tutorial for version 0.4 prerelease0 2008-11-01 08:18:13 +00:00
Christian Grothoff 705bb243b0 indentation 2008-10-13 02:03:03 +00:00
Sebastian Gerhardt 8636c4b308 Tutorial: New chapter for SSL/TLS 2008-10-11 17:55:14 +00:00
Christian Grothoff 90bfe2380b space 2008-09-17 17:00:36 +00:00
Christian Grothoff 639bedbdcb fix 2008-09-12 22:00:00 +00:00
Christian Grothoff cfde43ff7d documenting all enums, functions and structs, removing support for key/cert files 2008-09-12 20:47:06 +00:00
lv-426 abed5ccc4d doc 2008-09-11 21:59:33 +00:00
Christian Grothoff 3ebd26ed11 more 2008-09-11 04:45:52 +00:00
Christian Grothoff 28ce309504 make dist fixes 2008-09-11 04:15:03 +00:00
Christian Grothoff 4f5e802908 more code cleanup 2008-09-08 06:32:16 +00:00
Sebastian Gerhardt cd1ab8768d some typos in tutorial 2008-09-04 14:26:49 +00:00