Henry Rawas
|
26880b0c90
|
win: IPv6 connect
|
2011-07-05 09:45:57 -07:00 |
|
Igor Zinkovsky
|
320057d588
|
uv_stream_t
|
2011-07-01 05:28:02 -07:00 |
|
Ryan Dahl
|
aabe56b680
|
uv_tcp_init() must be called before uv_accept()
Windows broken.
|
2011-06-09 23:33:33 +02:00 |
|
Ryan Dahl
|
b3863c8051
|
nread should have type ssize_t
|
2011-06-09 19:45:19 +02:00 |
|
Ryan Dahl
|
04b6aaeb44
|
API Change: Move close_cb to uv_close from init functions
|
2011-06-08 05:44:22 -07:00 |
|
Ryan Dahl
|
7db9629f87
|
API Change: Remove data parameters from init functions
|
2011-06-08 05:43:02 -07:00 |
|
Bert Belder
|
cfca30433f
|
API change: report accept errors to connection_cb
|
2011-06-07 18:11:43 +02:00 |
|
Ryan Dahl
|
903c07bf98
|
API Change: uv_close only called by user - never automatically
Add test that failing on_connect callback does not trigger on_close.
|
2011-06-03 02:49:55 -07:00 |
|
Ryan Dahl
|
7770b1a1f6
|
API change: alloc_cb moved to uv_read_start()
Fixes #47.
|
2011-06-03 02:30:00 -07:00 |
|
Ryan Dahl
|
6b07791598
|
API Change: Pass sockaddr_in by value instead of reference
|
2011-06-03 02:19:35 -07:00 |
|
Ryan Dahl
|
11a4ad50c8
|
Separate out uv_handle_t into different types
Fixes #4
|
2011-06-03 11:03:52 +02:00 |
|
Ryan Dahl
|
982a620f1c
|
Echo server gracefully dies on 'Q'
Allows for better clean up during tests.
|
2011-05-27 02:11:43 -07:00 |
|
Ryan Dahl
|
2b8812ffe1
|
uv_buf -> uv_buf_t
|
2011-05-13 07:15:02 -07:00 |
|
Ryan Dahl
|
2ef3c6c632
|
oio -> uv
|
2011-05-11 20:21:49 -07:00 |
|
Ryan Dahl
|
8f9ff78413
|
oio_err -> oio_err_t
|
2011-05-09 02:30:11 -07:00 |
|
Ryan Dahl
|
ba31e8d0fa
|
Add _t to typedef structs
|
2011-05-08 02:40:39 -07:00 |
|
Bert Belder
|
850e4072e7
|
tests & benchmarks - make internal stuff static
|
2011-05-08 03:28:28 +02:00 |
|
Bert Belder
|
0d28b9e549
|
Echo server should shutdown instead of close
|
2011-05-04 03:59:35 +02:00 |
|
Bert Belder
|
773b0dcf79
|
Remove trailing whitespace
|
2011-05-04 00:41:49 +02:00 |
|
Ryan Dahl
|
17c568b235
|
unix: fix tcp-writealot
|
2011-05-03 13:28:56 -07:00 |
|
Bert Belder
|
7124fc5eca
|
Updated echo-server
|
2011-05-03 21:30:09 +02:00 |
|
Bert Belder
|
d553776f5d
|
Fix echo-server and test-ping-pong
|
2011-05-03 02:55:51 +02:00 |
|
Bert Belder
|
1a76881cb0
|
Yet another oio_read api. Hopefully this one sticks.
|
2011-05-03 00:31:22 +02:00 |
|
Bert Belder
|
5bcbc31920
|
Tests / benchmarks use new error handling api
|
2011-04-20 22:34:21 +02:00 |
|
Bert Belder
|
67a3fa24dc
|
Revert "Remove oio_err - use ints"
This reverts commit 111536c9e567a08530516b904c6d7f34d307538a.
|
2011-04-19 23:48:47 +02:00 |
|
Bert Belder
|
53f9d5a841
|
Allow tests and benchmarks to use the same helpers.
Closes #21.
|
2011-04-19 14:51:10 +02:00 |
|
Ryan Dahl
|
111536c9e5
|
Remove oio_err - use ints
|
2011-04-19 02:29:36 -07:00 |
|
Ryan Dahl
|
1a99dcc980
|
Add ping-pong benchmark
On Linux I'm getting
ping_pongs: 22807 pings
|
2011-04-18 23:51:53 -07:00 |
|
Bert Belder
|
5275b036b0
|
Benchmark runner
|
2011-04-19 04:47:21 +02:00 |
|
Ryan Dahl
|
61e1f5f3c9
|
s/oio_tcp_handle_init/oio_tcp_init/
|
2011-04-18 13:01:50 -07:00 |
|
Ryan Dahl
|
8f6a175e9d
|
s/oio_tcp_handle_accept/oio_accept/
|
2011-04-18 12:53:02 -07:00 |
|
Ryan Dahl
|
cf4fbc0925
|
Add copyright headers, license file.
closes #17.
|
2011-04-18 11:11:30 -07:00 |
|
Ryan Dahl
|
c3eda7a4da
|
oio_tcp_handle_accept() does not require initialization of client
closes #13.
|
2011-04-18 03:20:05 -07:00 |
|
Ryan Dahl
|
59f1ce0f44
|
Macro styling for ASSERT and FATAL.
closes #8.
closes #6.
|
2011-04-18 00:29:56 -07:00 |
|
Ryan Dahl
|
d546a3115f
|
API Change: Remove unnecessary params from oio_tcp_handle_accept()
closes #13.
|
2011-04-18 00:12:36 -07:00 |
|
Ryan Dahl
|
2ba25c8249
|
API change: oio_tcp_handle_init() required before oio_accept()
Fixes close_cb_stack on UNIX.
|
2011-04-17 22:51:13 -07:00 |
|
Ryan Dahl
|
42cefd934e
|
linux: ping-pong test passes.
|
2011-04-17 19:15:08 -07:00 |
|
Bert Belder
|
93dd5f74c7
|
Clean up test error handling
Define FATAL and ASSERT macros. Dont use libc's assert as it might get optimized away.
|
2011-04-15 03:32:55 +02:00 |
|
Ryan Dahl
|
769948a5ad
|
test-runner compiles
|
2011-04-14 12:58:24 -07:00 |
|
Bert Belder
|
39d31a100f
|
ol -> oio
|
2011-04-07 11:12:18 +02:00 |
|
Bert Belder
|
0d85eb252b
|
API changes - unix broken
|
2011-04-07 10:50:14 +02:00 |
|
Bert Belder
|
ad94c9297e
|
First shot at test harness
|
2011-04-05 02:05:41 +02:00 |
|
Ryan Dahl
|
5304a18002
|
Change around names in test directory - sorry bert
|
2011-03-30 22:42:02 -07:00 |
|
Ryan Dahl
|
3a23aaa21c
|
ol_handle_new -> ol_tcp_handle_new
|
2011-03-29 19:57:11 -07:00 |
|
Ryan Dahl
|
311fbe3f8f
|
Compile with -ansi
|
2011-03-29 16:42:13 -07:00 |
|
Bert Belder
|
0fe92b75bc
|
C90 conformance
|
2011-03-30 01:35:40 +02:00 |
|
Ryan Dahl
|
4fdf0276b3
|
...
|
2011-03-29 10:08:45 -07:00 |
|
Ryan Dahl
|
b17dcd55d7
|
compiles - obviously doesn't work
|
2011-03-28 03:54:18 -07:00 |
|
Ryan Dahl
|
6b0d4fa372
|
Mostly compiling
|
2011-03-28 03:26:00 -07:00 |
|
Ryan Dahl
|
151e2a8f0d
|
Add libev, more changes
|
2011-03-28 03:17:52 -07:00 |
|