root/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @544 [544] 4 months rgl Create the 0.6.x branch.
(edit) @543 [543] 4 months heyadayo fix navigate/close errors with firefox xhrstream due to heartbeats
(edit) @542 [542] 4 months heyadayo Minor updates to get IE working
(edit) @535 [535] 4 months heyadayo make it easier for alternative services (non-orbited) to setup …
(edit) @533 [533] 4 months heyadayo merge trunk changes to 0.7 branch
(edit) @517 [517] 5 months heyadayo Create 0.7 branch
(edit) @476 [476] 5 months heyadayo Move 0.6 to the trunk
(edit) @475 [475] 5 months heyadayo Reasonble logging in place. See Note at the top of Orbited.js
(edit) @474 [474] 5 months heyadayo Added a few files i forgot to last time; opera support added; all browsers …
(edit) @473 [473] 5 months heyadayo last commit broke xhr streaming... fixed with s/setttings/settings/
(edit) @472 [472] 5 months heyadayo IE working with reconnects, heartbeats, and reconnect back-off (nothing …
(edit) @471 [471] 5 months rgl Add note about base64 decode.
(edit) @470 [470] 5 months rgl Use the uuid module to generate the session/socket ID.
(edit) @469 [469] 5 months rgl Remove old frame delimiters related code that is not needed anymore.
(edit) @468 [468] 5 months rgl Use base64 encoding with binary TCPSocket.
(edit) @467 [467] 5 months rgl Bundle DOH.
(edit) @466 [466] 5 months heyadayo raised the max bytes limit per connection (we don't have reconnecting yet …
(edit) @465 [465] 5 months heyadayo Chat Demo working again... argh, why is it so hard?
(edit) @464 [464] 5 months rgl Test embeded commas.
(edit) @463 [463] 5 months heyadayo all tests passing in IE6 and IE7 (IE8beta == broken...). Much worked still …
(edit) @462 [462] 5 months heyadayo all TCPSocket tests passing again
(edit) @461 [461] 5 months heyadayo minor cleanup to XHRStream js code
(edit) @460 [460] 5 months heyadayo I *think* I fixed the problem in the xhrstream transport
(edit) @459 [459] 5 months rgl Test frame delimiters inside data. DRY the test code.
(edit) @458 [458] 5 months rgl Bummer, missed the "var" in the last commit…
(edit) @457 [457] 5 months rgl Fix typo in HTMLFile transport and let it only be availble on IE.
(edit) @456 [456] 5 months rgl Make the readyState constants public.
(edit) @455 [455] 5 months rgl OMG, it has been working all along... with firebug enabled, the unit test …
(edit) @454 [454] 5 months heyadayo test case and exception added to doHeartbeat
(edit) @453 [453] 5 months heyadayo test case and exception added to doHeartbeat
(edit) @452 [452] 5 months rgl Increase the maximum amount time a single unit test can use to see which …
(edit) @451 [451] 5 months rgl Call TCPSocket.reset instead of .close in unit test teardown.
(edit) @450 [450] 5 months rgl Let TCPSocket.reset be called in any readyState.
(edit) @449 [449] 5 months heyadayo even more logging to find errant heartbeats
(edit) @448 [448] 5 months rgl Use integer constant in readyState.
(edit) @447 [447] 5 months heyadayo logging to track down errant heartbeats
(edit) @446 [446] 5 months p3sho some bug fixes with XSubdomain
(edit) @445 [445] 5 months rgl Add debug configuration file; this basically enables the debug logs.
(edit) @444 [444] 5 months rgl Add test with embedded underscores.
(edit) @443 [443] 5 months rgl Add unit test for testing an close immediately after an open.
(edit) @442 [442] 5 months heyadayo fixed double close in cometsession problem exposed by unit tests
(edit) @441 [441] 5 months rgl Add unit test for TCPSocket.
(edit) @440 [440] 5 months heyadayo Fixed Binary encoding (still needs something better, like base64); added …
(edit) @439 [439] 5 months rgl Add some notes that need discussion.
(edit) @438 [438] 5 months rgl Import js.io protocol tests.
(edit) @437 [437] 5 months p3sho XSubdomain support for Opera using postMessage. Still synchronous, …
(edit) @436 [436] 5 months heyadayo whoops -- forgot to commit util and json
(edit) @435 [435] 5 months heyadayo added protocols
(edit) @434 [434] 5 months heyadayo quick fix to Orbited.js (whoops, forgot a comma last time)
(edit) @433 [433] 5 months heyadayo updated chat demo to use Orbited 0.6 TCPSocket
(edit) @432 [432] 5 months heyadayo added htmlfile transport
(edit) @431 [431] 5 months heyadayo fixed one more edge case on the timeout double-closing bug
(edit) @430 [430] 5 months heyadayo fixed double close on timeout bug in cometsession
(edit) @429 [429] 5 months heyadayo cleaned up proxy.py code slightly
(edit) @428 [428] 5 months rgl Log incomming connection peer address.
(edit) @427 [427] 5 months heyadayo Fixed ACL double-close on miss; fixed bug where the comet transport open …
(edit) @426 [426] 5 months heyadayo implemented getPeer and getHost for the cometsession transport
(edit) @425 [425] 5 months rgl fix typo its "retries" and not "retrie".
(edit) @424 [424] 5 months rgl Honour the configuration access list.
(edit) @423 [423] 5 months heyadayo Fixed fault tolerance bugs in the CometSession? and XHRStream js; fixed …
(edit) @422 [422] 5 months rgl Add ignore filters into selected repository directories.
(edit) @421 [421] 5 months rgl Add more logging.
(edit) @420 [420] 5 months rgl Add missing file from my last commit.
(edit) @419 [419] 5 months heyadayo added some IE transport files -- untested
(edit) @418 [418] 5 months rgl Replace "print" statements with logging statements.
(edit) @417 [417] 5 months rgl Add logging. Add start script.
(edit) @416 [416] 5 months heyadayo Changed the cometsession API to work better with the start script
(edit) @415 [415] 5 months heyadayo heartbeats, pings, and better fault tolerance in the js
(edit) @414 [414] 5 months heyadayo 0.6 -- Removed some console.logs from Orbited.js
(edit) @413 [413] 5 months heyadayo Orbited 0.6 TCPSocket works for firefox\!
(edit) @412 [412] 5 months heyadayo some cleanup
(edit) @411 [411] 5 months heyadayo working echo server with firefox
(edit) @410 [410] 5 months heyadayo put some example usages of URL.js at the bottom of the file
(edit) @409 [409] 5 months heyadayo extendPath added to Orbited.URL api
(edit) @408 [408] 5 months heyadayo Barely functioning server side prototype. Also, I added some js apis
(edit) @407 [407] 5 months rgl backout better connection closing [396]
(edit) @406 [406] 5 months adrian testing delete
(edit) @405 [405] 5 months adrian more changes per jacob
(edit) @404 [404] 5 months adrian changes following convo with jacob
(edit) @403 [403] 5 months adrian changed to text version
(edit) @402 [402] 5 months adrian added first article
(edit) @401 [401] 5 months adrian created a directory for myself in articles
(edit) @400 [400] 5 months rgl Add logging.
(edit) @399 [399] 5 months rgl The protocols JS were moved to protocols.local.
(edit) @398 [398] 5 months heyadayo broken code -- start of 0.6 branch
(edit) @397 [397] 5 months heyadayo
(edit) @396 [396] 5 months heyadayo better connection closing
(edit) @395 [395] 5 months heyadayo This really isn't (hasn't been for 6 months) the trunk anymore
(edit) @394 [394] 5 months heyadayo Start a new 0.6 branch
(edit) @393 [393] 6 months rgl Bugfix: there is no TCPSocket.close (yet), so don't call it on quit.
(edit) @392 [392] 6 months rgl Use an IRC logger instead of directly using the console.