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