• R/O
  • SSH
  • HTTPS

pluto: List of commits


RSS
Rev. Time Author
r40 2008-01-29 00:28:40 hikarin

Added ignoring pluto.exe and pluto*.cfg, removed pluto.cfg

r39 2008-01-29 00:27:38 hikarin

Changed flash command's name for using sequenced id.

r38 2008-01-29 00:25:25 hikarin

Added a test that checks changing client's uid and tag from a publisher.

r37 2008-01-29 00:22:30 hikarin

Rewrote almost of pluto.c and pluto.h
Implemented changing client's uid and tag(subchannel).
Implemented publishing multicast
(This can publish to another server when the client requested with PUT).

r36 2008-01-23 23:45:18 hikarin

added a policy-file-request test.

r35 2008-01-23 23:14:55 hikarin

indented "pluto.c" and "pluto.h".

r34 2008-01-23 23:13:34 hikarin

fixed some test failures of updating data to the server.

r33 2008-01-23 23:12:16 hikarin

fixed a bug that causes segmentation fault at mei_client_commit.

r32 2008-01-23 22:59:47 hikarin

added some HTTP code in mei_server_status_code_to_string.
reverted executing buffer code and changed little.

r31 2008-01-19 21:01:32 hikarin

added Charon.delegate for making receiver iframe easy.
fixed a bug that causes the javascript execption on IE again.

r30 2008-01-19 20:57:45 hikarin

changed a executing buffer as a struct for fixing the bug of its memory pool.

r29 2008-01-18 23:54:45 hikarin

fixed a bug that causes the exception of javascript on IE.

r28 2008-01-15 23:00:33 hikarin

added a javascript file(charon.js) to connect pluto server.

r27 2008-01-15 22:59:16 hikarin

added subchannel tests.

r26 2008-01-15 22:58:22 hikarin

fixed bug mei_channel_remove cannot unbind clients correctly.
fixed bug a publisher cannot send clients with a tag.
added a comment to refer.

r25 2008-01-13 22:13:20 hikarin

added PLUTO_FLAGS and removed DBGFLAGS variable, dex rule.

r24 2008-01-13 22:12:06 hikarin

added the test of single and double long-polling request.

r23 2008-01-13 22:10:39 hikarin

changed iteration in mei_channel_transmit for segmentation bugs.
fixed clients don't receive commitment with subchannel.
added mei_server_finalize to ensure finalization.

r22 2008-01-13 22:00:34 hikarin

used apr's I/O functions instead of stdio functions.
added header macro to prevent including pluto.h twice.
added extern C block to use from cpp.

r21 2008-01-10 23:12:14 hikarin

added test script written in Perl.

r20 2008-01-10 22:56:58 hikarin

fixed segmentation fault bug at mei_request_set_parameters.

r19 2008-01-09 00:35:04 hikarin

fixed that cannot configure hostname by config file.

r18 2008-01-07 23:35:01 hikarin

used qsort and bsearch function for searching subchannel faster.

r17 2008-01-06 22:35:49 hikarin

added 2 checkpoint, mei_server_check_acl and mei_channel_remove.

r16 2008-01-06 22:11:46 hikarin

added svn:ignore to ignore pluto.tgz and pluto.cfg

r15 2008-01-06 22:10:44 hikarin

removed subchannel feature from TODO.

r14 2008-01-06 22:09:46 hikarin

fixed bug that generates tar ball including subversion's meta data.

r13 2008-01-06 22:07:13 hikarin

implemented subchannel feature by tagging.
fixed bug that can delete channel without checking ip.
fixed bug that caused segmentation fault by sending 0 byte data.

r12 2008-01-06 22:02:22 hikarin

added mei_request_set_tags function.
removed mei_request_get_parameter_raw function.
replaced type of event->tag and client->request.tag to apr_array_header_t.

r11 2008-01-06 22:00:10 hikarin

added pluto's config sample file

Show on old repository browser