Next | Query returned 106 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2008-04-22 19:16:54 by Tobias Nygren | Files touched by this commit (8)
Log message:
Update to libevent-1.4.3.
1.4.3-stable:
1.4.2-rc:
* make Solaris event subsystems more reliable; from W.C.A. Wijngaards
* event_base_get_method(); from Springande Ulv
* fix HTTP/1.1 chunk formatting; from "propanbutan"
* allow 64-bit content lengths; from Scott Lamb
* and more...
1.4.1-beta:
* fixed some memory leaks and other misc cleanup; from Christopher Layne,
  Scott Lamb and Charles Kerr
* introduced event_reinit to deal with fork()
* improved efficiency of generated RPC structure
* performance improvements to Win32 backend
* and many more...
1.4.0-beta:
* a new RPC subsytem for writing distributed clients and servers
* almost everything is documented via Doxygen now
* many fixes and improvements to evdns and evhttp
* libevent now builds two additional libraries: libevent_core (containing only
  the event core) and libevent_extras (contained evdns, evhttp and evrpc)
* performance improvements due to using a heap instead of red-black trees for
  timeouts
* Solaris' event ports are better supported
1.3e:
* Fix compilation on Solaris; from Magne Mahre
* Add a "Date" header to HTTP responses when it's missing, as required by
  HTTP 1.1. Original Patch from Ralph Moritz.
* Fix a memory leak in which failed HTTP connections whould not free the
  request object.
* Fix a memory leak in the DNS server.
* Handle NULL timeouts correctly on Solaris; from Trond Norbye
* Recalculate pending events properly when reallocating event array on
  Solaris; from Trond Norbye
   2007-10-04 14:28:13 by Dan McMahill | Files touched by this commit (3)
Log message:
One more try.  event.h gets installed and used by other programs so
we can't use config.h in it.  Instead use the substitution framework
which was already in place for making some other SunOS changes.
   2007-10-04 08:06:20 by Dan McMahill | Files touched by this commit (5)
Log message:
SunOS-5.9 doesn't have stdint.h.  There is already a configure test for this
so use the results.
   2007-08-16 10:59:47 by Tobias Nygren | Files touched by this commit (5)
Log message:
Update to libevent-1.3d. ChangeLog is not available but from the homepage:

libevent-1.3d:
Bug fixes in the HTTP layer.

libevent-1.3c:
Small bug and portability fixes.

Worth mentioning is that patch-ab and patch-ac were applied upstream.
As usual with libevent, this breaks the ABI due to .so naming, so a
small revbump sweep will be needed.
   2007-08-01 19:00:03 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix build on AIX: event.c needs time.h to get CLOCK_REALTIME and
the select implementation needs sys/select.h. The latter should be
detected by autoconf, but can break e.g. older DragonFly.
   2007-07-29 08:23:04 by OBATA Akio | Files touched by this commit (1)
Log message:
Detect built-in libevent version.
Need for net/spreadload (PR 36348).
   2007-07-17 12:56:07 by Tobias Nygren | Files touched by this commit (1)
Log message:
Use c99 uint* types rather than u_int* on HPUX.
   2007-04-25 18:38:37 by Tobias Nygren | Files touched by this commit (3)
Log message:
Update to libevent-1.3b.
1.3b:
    * Fixes when using signals in multi-threaded applications from Scott Lamb.
    * Other small bug fixes.
1.3a:
    * Small bug and performances fixes to evhttp layer.
1.3:
    * DNS Server from Adam Langley and Nick Mathewson
    * Chunked transfer encoding for HTTP/1.1 from Dug Song.
    * DNS DDoS fix; bug report from Jon Oberheide.
    * Various small improvements.
   2007-02-27 12:11:18 by grant beattie | Files touched by this commit (5)
Log message:
improvements to last:

- configure script already has provision for different compiler inline
  directives, just not every file was using it.
- u_intXX_t types need to be fixed in installed event.h too.
   2007-02-27 11:38:46 by grant beattie | Files touched by this commit (3)
Log message:
make this build on Solaris with sunpro.

Next | Query returned 106 messages, browsing 61 to 70 | Previous