|
c4836d10
|
2006-11-17T06:06:17
|
|
make sure that the rpc callback receives an unmarshaled payload;
make sure that the rpc reply contains a good rpc structure, too.
svn:r258
|
|
9d9d60b1
|
2006-11-16T08:21:27
|
|
forgot to add file
svn:r255
|
|
f554234f
|
2006-11-16T07:36:20
|
|
first stab at an rpc layer; this breaks the regression test.
svn:r254
|
|
3eec7f7c
|
2006-10-15T21:55:13
|
|
make it 1.2; fix some size issues for printf in regression code
svn:r242
|
|
cf47f86b
|
2006-10-09T00:48:42
|
|
put the evdns documentation into the header file. pathetic start of evdns manpage. a little bit
more testing and debug output for the DNS regression test. add a BSD copyright to evdns.h with
appropriate explanations.
svn:r239
|
|
fe1dfe0f
|
2006-10-05T22:59:44
|
|
sync evdns changes with tor - from Nick Mathewson
svn:r238
|
|
64c76fbe
|
2006-09-03T21:12:59
|
|
typo in kqueue delete; from Bert JW Regeer
svn:r232
|
|
e9c1e3f7
|
2006-08-28T00:57:49
|
|
introduce evdns_init() which works on windows and unix.
svn:r231
|
|
07c3fb50
|
2006-08-27T20:04:20
|
|
add a simple regression test for the DNS resolver; requires internet access.
do some KNF on evdns.c; add checks to prevent potential buffer overflows.
fix one memory leak.
svn:r230
|
|
296739e0
|
2006-08-13T00:03:35
|
|
fix regression test
svn:r223
|
|
ba7262eb
|
2006-07-17T00:33:57
|
|
reorganization of the http functionality; we separate http handling into a
connection object and a request object; also make it clear which buffers are
used for input and output; unittests not complete yet.
svn:r217
|
|
6813af3f
|
2006-06-10T22:37:21
|
|
move http related prototypes to evhttp.h
svn:r214
|
|
147b71e3
|
2006-06-10T22:28:21
|
|
rename http.h to http-internal.h - i wish there were decent refactoring tools
for open source programmers.
svn:r213
|
|
38b33048
|
2006-02-27T02:27:37
|
|
make a simple test for HTTP POST requests
svn:r205
|
|
60192b46
|
2006-02-26T20:18:35
|
|
improved/well-completely rewritten rtsig support by Mathew Mills; fix some
cases where regress would not pass on Linux
svn:r204
|
|
896bf3a2
|
2006-02-13T02:22:48
|
|
many changes for fixing a small bug: post requests would not send the post
data. I took the opportunity to reorganize a bit.
svn:r201
|
|
c398d788
|
2006-02-02T22:36:37
|
|
disable bufferevent after we have received the data that we care for.
svn:r197
|
|
a3bb4a03
|
2006-01-22T05:08:50
|
|
I often need some very simple HTTP functionality, so this is a first stab
at integrating something really simple with HTTP. The interface is still
evolving as I start messing with it. Not all the interfaces are properly
exported yet.
I am also trying to figure out how to intelligently hide the details about
the different structures from users, so that that things can be changed
around later.
svn:r196
|
|
139e862e
|
2005-12-17T20:15:25
|
|
do not remove kq inkernel flag before event_del gets to it; bug reported by
Tassilo von Parseval; also add a test for this behavior.
svn:r190
|
|
8d1317d7
|
2005-12-06T03:26:28
|
|
add evbuffer_add_vprintf interface from artur grabowski; add some testing
svn:r188
|
|
50f7aaef
|
2005-09-09T06:56:12
|
|
make it compile on mac os x
svn:r183
|
|
3b9b3f6b
|
2005-09-02T05:34:14
|
|
don't spam on stderr
svn:r182
|
|
acafd994
|
2005-09-02T05:34:01
|
|
make it run on older shells; from tor user via Nick Mathewson <nickm@freehaven.net>
svn:r181
|
|
5c5145dc
|
2005-08-29T07:23:51
|
|
oops forgot this one
svn:r179
|
|
b4ab56dc
|
2005-08-28T23:48:16
|
|
support for arrays on structs.
svn:r178
|
|
c4e60994
|
2005-08-22T01:34:34
|
|
including the tagging code that is required by event_rpcgen.py; test the
new functionality.
svn:r172
|
|
fbee901e
|
2005-07-14T04:09:55
|
|
correctly test against SIG_ERR
svn:r170
|
|
fdfa743c
|
2005-04-23T02:48:49
|
|
libtoolize; from Nick Mathewson
svn:r153
|
|
bc9b2487
|
2005-04-04T00:10:17
|
|
make it compile on solaris
svn:r142
|
|
1e128e2d
|
2005-04-03T07:46:27
|
|
fix bug that broke poll/select stuff
svn:r141
|
|
d85d47f8
|
2005-03-29T07:16:52
|
|
devpoll improvements from Andrew Danforth <adanforth@gmail.com>
svn:r137
|
|
25646045
|
2004-12-01T20:04:54
|
|
provide more base-based functions :-)
svn:r125
|
|
f5a62ed3
|
2004-12-01T19:59:00
|
|
make a separate verify target
svn:r124
|
|
8773c4c9
|
2004-11-25T09:50:18
|
|
make libevent thread-safe; first cut
svn:r122
|
|
fa6c304d
|
2004-09-19T21:08:09
|
|
support for event priorities; active events are scheduled into priority queues;
lower priorities get always processed before higher priorities
svn:r120
|
|
98c14269
|
2004-07-30T05:03:55
|
|
fix compiler warning
svn:r115
|
|
d829ccea
|
2004-07-30T05:00:44
|
|
fix a warning on freebsd;
svn:r114
|
|
06aaa92f
|
2004-07-30T04:57:21
|
|
devpoll support
svn:r113
|
|
6f2f98bd
|
2004-07-20T06:12:30
|
|
make it compile on solaris
svn:r112
|
|
ee739151
|
2004-07-13T08:01:05
|
|
make the sockets non-blocking; increase the data size for bufferevent
testing
svn:r109
|
|
025d1bc2
|
2004-05-24T00:19:52
|
|
fix some of the windows compile issues; make buffer.c faster; support
signals via pipes.
svn:r105
|
|
57a51a16
|
2004-04-04T02:19:08
|
|
provide more regression tests
svn:r98
|
|
1d66008b
|
2003-10-05T22:02:49
|
|
make it work with more shells
svn:r86
|
|
98af43a3
|
2003-10-04T23:33:04
|
|
3-clause license and changes to the benchmark by davide
svn:r85
|
|
ec70653b
|
2003-09-25T17:55:17
|
|
more tests
svn:r81
|
|
c61a2547
|
2003-09-25T03:30:49
|
|
__FUNCTION__ -> __func__
svn:r80
|
|
012a0b53
|
2003-03-10T05:39:41
|
|
add benchmark
svn:r59
|
|
ebb73c0d
|
2003-03-10T04:56:41
|
|
simple bench mark
svn:r57
|
|
34d794b2
|
2003-03-09T23:29:57
|
|
some cleanup
svn:r56
|
|
d5009e8a
|
2003-03-09T23:29:26
|
|
-g
svn:r55
|
|
adf0bb84
|
2003-03-08T20:14:39
|
|
another test
svn:r53
|
|
33b1c6c4
|
2003-03-08T14:44:08
|
|
include config.h
svn:r49
|
|
481799af
|
2003-03-08T14:21:14
|
|
add persist test
svn:r47
|
|
bedded82
|
2003-03-08T06:39:30
|
|
more comprehensive regression test
svn:r46
|
|
ea1d95d2
|
2003-03-08T05:24:26
|
|
automake-ify test dir, too
svn:r44
|
|
2ccd77d4
|
2002-09-15T18:55:21
|
|
test timeouts
svn:r33
|
|
409fcdd2
|
2002-04-10T14:48:31
|
|
remove queue.h include
svn:r21
|
|
e99653d0
|
2002-04-09T15:29:12
|
|
type
svn:r7
|
|
aa6567fe
|
2002-04-09T15:14:06
|
|
Initial revision
svn:r2
|