2009-04-17 |
Nick Mathewson | Oh hey. There is no support for suspend/unsuspend. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Add a configure flag to hardcode all of our mm functions. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Fix evmap indentation to be less stupid. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Rename whatsnew file to reflect actual version. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Actually stop using EVBUFFER_LENGTH/DATA, and move... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Stop claiming that APIs we have are missing. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Document many internal functions and pieces of code. |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Nick Mathewson | Remove long copy-and-paste section full of windows... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Niels Provos | have evhttp_set_cb return an int; -1 on failure, 0... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
Niels Provos | pkgconfig support from Ted Bullock |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Nick Mathewson | More hacking on event_iocp.c: make it compile, and... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Nick Mathewson | It seems support for GetCompletionEventEx is not in... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Nick Mathewson | Make buffer iocp stuff compile happily |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Fix typo in mm_free |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Add draft (nonworking) versions of iocp code to hack... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Fix two windows compilation bugs. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Locking support for bufferevents. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Refactor new elements of bufferevent into bufferevent_p... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Remove if0 code in bufferevent_struct.h |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Use freeze operations to prevent shenanegans on buffere... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Do not remove an empty chain that we have pinned for... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | add pin/unpin functions, and a deref-and-free pair. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Add a reference count to evbuffers. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Make evbuffer_commit_space trigger callbacks. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nick Mathewson | Refactor the code that sets up iovecs for reading into... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nick Mathewson | Add a new EVUTIL_UPCAST macro so that I do not need... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nick Mathewson | reindent macros in util-internal.h |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Niels Provos | http benchmark: add a way to change the size of the... |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Niels Provos | document evhttp_parse_query better |
commit | commitdiff | tree | snapshot |
2009-04-11 |
Niels Provos | previous commit changed the semantics of evhttp_decode_... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Mathewson | Facility to make evbuffers get their callbacks deferred. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Mathewson | Better explanation for bufferevent_pair |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Mathewson | Add a linked-pair abstraction to bufferevents. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Mathewson | A couple of tweaks for deferred callbacks. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Mathewson | Initial support for a lightweight 'deferred callbacks'. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Nick Mathewson | Don't allow internal events to starve lower-priority... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Niels Provos | Fix parsing of queries where the encoded queries contai... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Niels Provos | revert last commit; git user error |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Niels Provos | initial version of query decoding patch |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Nick Mathewson | add a missing "static" to timeout_process. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Nick Mathewson | Prevent unsupported modifications to bufferevent_sock... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Nick Mathewson | Add freeze support to evbuffers. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Nick Mathewson | Add a new facility to "pin" the memory in an evbuffer... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Nick Mathewson | Refactor the zlib and pthreads tests to appear in the... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Nick Mathewson | Avoid a double event_del() in evdns.c. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Nick Mathewson | Fix evdns_cancel to alert callback and free associated... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Fix a double-delete on the request timeout event. ... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Finally, get unit tests to pass with threading turned... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Munge the read_suspended flag before re-enabling reads... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Actually, move EVUTIL_NIL_STMT to util-internal.h |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Add locking to evbuffers. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Fix build with thread support disabled, and make no... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Nick Mathewson | Add some more utility macros to evthread-internal.h |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Nick Mathewson | Make the new evbuffer callbacks use a new struct-based... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Nick Mathewson | Add a new improved search function. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Nick Mathewson | Glibc mkstemp requires exactly 6 Xs. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Niels Provos | correct evbuffer_drain documentation from John Khvatov |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Niels Provos | include Doxyfile in tar ball; from Jeff Garzik |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Nick Mathewson | Make tmpfile code compile without warnings |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Niels Provos | a simple test for evbuffer_add_file |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Nick Mathewson | Make threading functions global, like the mm_ functions... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Mathewson | Fix some of the crazier indentation and tabbing choices... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Mathewson | New bind-to option to allow DNS clients to bind to... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Mathewson | Make evutil_parse_sockaddr_port give a useful socket... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Mathewson | Better comments for some confusing-to-me code. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Mathewson | Port some evdns changes over from Tor. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Mathewson | oops; coding too quickly on nil-filter patch. Caught... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Do not use ctypes functions in cases when we need the... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Stop rolling our own offsetof twice. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Make a couple of newer evdns functions more bulletproof. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Stop using platform inet_aton/inet_addr; they can behav... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Explode less badly in the case where we're told to... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Make default (nil) filter use evbuffer_remove_buffer... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Test some formerly untested prepend cases of evbuffer... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | More unit tests for evbuffer_add_reference to make... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | A few more comments on evbuffer-internal structures. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Add an assertion to evbuffer_chain_align so we can... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | Remove some needless includes |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | use new evutil_make_listen_socket_reuseable() in http.c |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Nick Mathewson | New function to abstract SO_REUSEADDR. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Mathewson | Move bufferevent tests to regress_bufferevent.c file. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Nick Mathewson | Enable (and debug) WSARecv for evbuffer iovec-like... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nick Mathewson | Compile http_connection_retry_test, but mark it skipped... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nick Mathewson | Some mingws have AF_UNIX, which may have prevented... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nick Mathewson | convert new bufferevent_*.c files to event-config.h... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nick Mathewson | forward-port: Make evdns_resolve_reverse args const. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Nick Mathewson | checkpoint work on big bufferevent refactoring |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Allocate callback entries with contents 0d out. |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Enable the edge-triggered test again |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Support temporarily suspending an evbuffer callback... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Unit tests for evbuffer callback manipulation |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Fix a typo in buffer.h |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Change evbuffer callbacks to use tinytest natively... |
commit | commitdiff | tree | snapshot |
2009-02-01 |
Nick Mathewson | Move evbuffer tests into their own file. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Mathewson | slightly more coverage for evutil. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Mathewson | Convert evtag test. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Mathewson | Move rpc_test to regress_rpc. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Mathewson | Convert RPC suite. There are still some places it... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Mathewson | Add missing initializers |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Nick Mathewson | Port DNS tests. |
commit | commitdiff | tree | snapshot |
next |