summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Handle address parsing with getaddrinfo.David Fifield2011-04-23
| * Factor out a registration (Reg) class.David Fifield2011-04-23
| * Use a local variable instead of an instance variable.David Fifield2011-04-23
| * Use cgi.parse_qs to parse the POST data.David Fifield2011-04-23
| * Add a link to the Senocular ActionScript tutorial.David Fifield2011-04-23
| * Add a missing README datum.David Fifield2011-04-23
| * Remove jscat code.David Fifield2011-04-23
| * Doc comment for parse_addr_spec.David Fifield2011-04-23
| * Handle the Tor relay address as an instance variable.David Fifield2011-04-23
| * Factor out a parse_addr_spec function.David Fifield2011-04-23
| * Whitespace, capitalization, removal of commented code.David Fifield2011-04-23
* | using 0.0.0.0:0 for empty list signalJonathan Ellithorpe2011-04-23
|/
* Minor changesJonathan Ellithorpe2011-04-22
* Merged changesJonathan Ellithorpe2011-04-22
* Use e.bytesLoaded, not 0, to read the client address.David Fifield2011-04-22
* Reading from facilitator works... using readMultiByte()Jonathan Ellithorpe2011-04-22
* No known changesJonathan Ellithorpe2011-04-22
* Add "\r\n\r\n" to finish the GET request.David Fifield2011-04-20
* Partially updated swfcat to connect to the facilitator and send a GET requestJonathan Ellithorpe2011-04-20
* updated README for new HTTP facilitatorJonathan Ellithorpe2011-04-20
* Changed facilitator to use HTTPServer in pythonJonathan Ellithorpe2011-04-20
* Adding some tests for facilitatorJonathan Ellithorpe2011-04-20
* Updating READMEJonathan Ellithorpe2011-04-20
* Adding command line specification of addr and portJonathan Ellithorpe2011-04-20
* Birth... of the facilitaTOR!!!Jonathan Ellithorpe2011-04-20
* Be more careful about the ordering of connections.David Fifield2011-04-16
* Remove unused CLIENT_ADDRESS and CLIENT_PORT.David Fifield2011-04-16
* Add a Makefile.David Fifield2011-04-16
* Update README instructions to match the swfcat demo of 14 April.David Fifield2011-04-15
* Add a notes.txt file. Note that we should add rate limiting.David Fifield2011-04-14
* Scroll text on puts.David Fifield2011-04-14
* Add a "client" parameter than can be set with a URL query string.David Fifield2011-04-14
* We seem to need to use an IP address; using a domain name keeps givingDavid Fifield2011-04-14
* Change socket variable names and point them at a real Tor relay and aDavid Fifield2011-04-14
* Add crossdomaind.py, a daemon to serve a cross-domain policy on portDavid Fifield2011-04-14
* Add to README: instructions on building with mxmlc and how to serverDavid Fifield2011-04-13
* Add a null byte to the end of crossdomain.xml for ease of serving withDavid Fifield2011-04-13
* Fix the last commit; we must actually instantiate the ByteArrays.David Fifield2011-04-13
* Two connections, almost two-way communication.David Fifield2011-04-12
* Add .gitignore to ignore swfcat.swf.David Fifield2011-04-12
* Add a permit-everything crossdomain.xml file.David Fifield2011-04-12
* Add socket connection.David Fifield2011-04-12
* Add a simple terminal-like output.David Fifield2011-04-12
* Remove bogus array index after splice.David Fifield2011-04-06
* Doc comments.David Fifield2011-04-03
* Add README.David Fifield2011-04-03
* Add missing semicolon.David2011-04-03
* Do better repr of arrays.David2011-04-03
* Remove pending events from closed descriptors.David2011-04-03
* Better comment.David2011-04-03