2010-04-01 |
Christopher... | Add evutil_tv_to_msec for safe conversion of timevals... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Mathewson | Make evbuffer_prepend handle empty buffers better |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Mathewson | Do not use evbuffer_expand() to add the first chain... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Mathewson | Increase MIN_BUFFER_SIZE to 512 (1024 on 64-bit) |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Mathewson | Fix a free(NULL) in minheap-internal.h |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Mathewson | Fix minheap code to use replacement malloc functions |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Nick Mathewson | Remove a needless min_heap_shift_up_() call |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Patrick Galbraith | Make evutil_signal_active() match declaration. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Trond Norbye | Never test for select() on windows |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Nick Mathewson | Merge branch 'build' |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Nick Mathewson | Use dist_bin_SCRIPTS, not EXTRA_DIST, to distribute... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Jardel Weyrich | Fix infrequent memory leak in bufferevent_init_common(). |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Nick Mathewson | Detect and refuse reentrant event_base_loop() calls |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Nick Mathewson | Functions to track the total bytes sent over a rate... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
Nick Mathewson | Make 'main/many_events' test 70 fds, not 64. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Set mem_offset for every bufferevent type |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Avoid an (untriggerable so far) crash bug in buffereven... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Fix some memory leaks in the unit tests |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Free evdns_base->req_heads on evdns_base_free |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Fix a write of uninitialized RAM in regression tests |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Do not close(-1) when freeing an uninitialized socket... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Avoid a spurious close(-1) on Linux |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Fix a possible double-free bug in SSL bufferevents... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Fix an obnoxious typo in the bufferevent_timeout_filter... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Nick Mathewson | Improve robustness for refcounting |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Give a better warning for bad automake versions. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Remove an orphaned RELEASE flag in Makefile.am |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Switch to using AM conditionals in place of AC_LIBOBJ |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Remove redundant stuff from EXTRA_DIST |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Support the standard 'make check' target in place of... |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Merge branch 'evbuffer_insert_point' |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Functions to manipulate existing rate limiting groups. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Nick Mathewson | Try to comment some of the event code more |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Add some glass-box tests for the last_with_data code. |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Fix last_with_data compilation on windows |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Clarify Christopher Clark's status as writer of origina... |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Allow evbuffer_read() to split across more than 2 iovecs |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Remove previous_to_last from evbuffer |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Use last_with_data in place of previous_to_last |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Revise evbuffer to add last_with_data |
commit | commitdiff | tree | snapshot |
2010-03-11 |
Nick Mathewson | Merge branch 'evport' |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Nick Mathewson | Make evdns use the regular logging system by default |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brodie Thiesfield | Avoid errors in http.c when building with VC 2003 .NET |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Brodie Thiesfield | Avoid errors in evutil.c when building with _UNICODE... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Nick Mathewson | more whitespace normalization |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Nick Mathewson | Replace users of "int fd" with "evutil_socket_t fd... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Nick Mathewson | Add Christopher Clark and Maxim Yegorushkin to the... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Nick Mathewson | Update all our copyright notices to say "2010" |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Nick Mathewson | Improve the speed of evbuffer_readln() |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Nick Mathewson | Remove signal_assign() and signal_new() macros. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Christopher... | VC has no getopt(), so do without in bench_http. |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Christopher... | Get bench_http to work on Windows; add a switch to... |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Nick Mathewson | Revert the broken part of 2cffd6c937 |
commit | commitdiff | tree | snapshot |
2010-03-02 |
Nick Mathewson | Distribute libevent.pc.in, not libevent.pc |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Nick Mathewson | Bump version to 2.0.4-alpha-dev |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Nick Mathewson | Bump the version to 2.0.4-alpha release-2.0.4-alpha |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Nick Mathewson | Add a changelog for 2.0.4-alpha from Git, sorted by... |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Nick Mathewson | Fix compilation with --disable-debug-mode |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Nick Mathewson | Small cleanups on freebsd-connect-refused patch. |
commit | commitdiff | tree | snapshot |
2010-02-28 |
Niels Provos | deal with connect() failing immediately |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Nick Mathewson | Fix arc4random compilation on MSVC. |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Nick Mathewson | Try to define a sane _EVENT_SIZEOF_SIZE_T for msvc... |
commit | commitdiff | tree | snapshot |
2010-02-25 |
Nick Mathewson | Fix mingw compilation |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Nick Mathewson | Delete stack-alloced event in new unit test before... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Nick Mathewson | Use new timeval diff comparison function in bufferevent... |
commit | commitdiff | tree | snapshot |
2010-02-24 |
Nick Mathewson | Add test for periodic timers that get activated for... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nick Mathewson | Add a test for timeouts on filtering bufferevents. |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nick Mathewson | Provide consistent, tested semantics for bufferevent... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nick Mathewson | Fix a bug in resetting timeouts on persistent events... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nick Mathewson | Fix some race conditions in persistent events and event... |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nick Mathewson | Merge remote branch 'github/split_free_from_decref' |
commit | commitdiff | tree | snapshot |
2010-02-23 |
Nick Mathewson | Expose view of current rate limit as constrained by... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
Nick Mathewson | Make bufferevent_free() clear all callbacks immediately. |
commit | commitdiff | tree | snapshot |
2010-02-20 |
Nick Mathewson | Suspend read/write on bufferevents during hostname... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Nick Mathewson | Clean up formatting: function/keyword spacing consistency. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Clean up formatting: remove trailing spaces |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Clean up formatting: use tabs, not 8-spaces, to indent. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Clean up formatting: Disallow space-before-tab. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | When connect() succeeds immediately, don't invoke the... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Add some headers to fix freebsd compilation |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Add the "compile" script to gitignore. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Add a unit test for secure rng. |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Fix getpid() usage on Windows |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | When working without a current event base, don't try... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Construct Windows locks using InitializeCriticalSection... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Merge branch 'arc4random' |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Nick Mathewson | Add the arc4random.c license to the LICENSE file. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Nick Mathewson | Fix two unlocked reads in evbuffer. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Mathewson | Update event-config.h version number to match configure.in |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Mathewson | Merge commit 'niels/http_close_connection' |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Nick Mathewson | Increment the submicro version number. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Niels Provos | validate close cb on server when client connection... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Niels Provos | clean up terminate_chunked test |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Nick Mathewson | Make RNG work when we have arc4random() but not arc4ran... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Nick Mathewson | Use off_t for the length parameter of evbuffer_add_file |
commit | commitdiff | tree | snapshot |
2010-02-11 |
Nick Mathewson | Add an arc4random implementation for use by evdns |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Nick Mathewson | Remove the 'flags' argument from evdns_base_set_option() |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Nick Mathewson | Always use our own gai_strerror() replacement. |
commit | commitdiff | tree | snapshot |
2010-02-05 |
Nick Mathewson | Add a check to make soure our EVUTIL_AI flags do not... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Nick Mathewson | Merge remote branch 'niels/http_chunk' |
commit | commitdiff | tree | snapshot |
next |