summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* GreenTransportBase: revert half-closability (does not work with TLS anyway an...Denis Bilenko2009-02-202-2/+0
* slightly nicer output in examples/twisted_http_proxy.pyDenis Bilenko2009-02-111-4/+5
* GreenTransportBase: implement half-closability and write() that blocks until ...Denis Bilenko2009-02-093-1/+7
* remove obscure example twisted_ex1.pyDenis Bilenko2009-01-191-37/+0
* removed dead code from the exampleDenis Bilenko2009-01-141-3/+0
* updated copyrightsDenis Bilenko2009-01-135-0/+105
* brought examples up-to-dateDenis Bilenko2009-01-125-21/+21
* renamed examples/twisted_basic_server.py to examples/twisted_server.pyDenis Bilenko2008-12-171-0/+0
* renamed twisted_basic_client.py to twisted_client.pyDenis Bilenko2008-12-171-0/+0
* example/twisted_portforward.py: minor improvementsDenis Bilenko2008-12-171-7/+15
* examples/connect.py: removed unnecessary imports and fixed the docstringDenis Bilenko2008-12-171-4/+1
* Job's __init__ now accepts event as a parameter instead of a function; to spa...Denis Bilenko2008-12-152-20/+5
* Removed spawn_link and AsyncJob; added Job class that does the sameDenis Bilenko2008-12-102-7/+7
* added examples/twisted_srvconnector.pyDenis Bilenko2008-12-101-0/+39
* added examples/twisted_portforward.pyDenis Bilenko2008-12-101-0/+30
* added examples/twisted_http_proxy.pyDenis Bilenko2008-12-101-0/+67
* renamed Buffer->GreenTransport, BufferCreator->GreenClientCreator etc; made t...Denis Bilenko2008-12-102-12/+26
* converted examples/connect.py to use coros.spawn_linkDenis Bilenko2008-12-101-14/+36
* added example for ssl and LineOnlyReceiver to twisted_basic_client.pyDenis Bilenko2008-11-051-0/+11
* changed BufferCreator arguments to match ClientCreator's (with protocol repla...Denis Bilenko2008-11-051-3/+5
* added twistedutil.protocol.BufferCreator (synchronous version of twisted.prot...Denis Bilenko2008-11-051-2/+2
* renamed twistedutil/basic.py to twistedutil/protocol.py;Denis Bilenko2008-11-043-7/+9
* fixed twisted examples to use the updated twisteds.basic apiDenis Bilenko2008-11-033-5/+5
* removed pollreactor.install() from the example; it's no longer betterDenis Bilenko2008-10-301-1/+0
* better names for twisted examples; removed outdated example; changed xcap pro...Denis Bilenko2008-10-304-108/+3
* converted twisted_ex3_server.py to use twisteds.basic and twisteds.join_reactorDenis Bilenko2008-10-291-69/+25
* converted twisted_ex2.py to use eventlet.twisteds.basicDenis Bilenko2008-10-291-49/+3
* added twisted_ex5_xcap_proxy.py: an example for callInGreenThreadDenis Bilenko2008-10-241-0/+42
* removed unused importsDenis Bilenko2008-10-241-1/+1
* twisted_ex4_xcap_proxy.py fix: actually send the result back to the clientDenis Bilenko2008-10-241-1/+1
* added an example on using twisted and blocking urllib2-based libraryDenis Bilenko2008-10-241-0/+94
* added twisted_ex3_server.py: an example on using twisted server and coroutine...Denis Bilenko2008-10-241-0/+73
* twisted callbacks are run in the mainloop greenlet and therefore shouldn't bl...Denis Bilenko2008-10-241-1/+2
* removed unused functionDenis Bilenko2008-10-141-5/+1
* added an example - wrapping twisted protocol using a channel and block_on()Denis Bilenko2008-10-101-0/+56
* example on how to use twisted server + green socket client in the same processDenis Bilenko2008-10-081-0/+38
* simple example on socket,spawnDenis Bilenko2008-10-081-0/+23
* Add a NEWS file and an example of using the wsgi server along with a link to ...donovan2008-07-071-0/+20
* Fix the echoserver exampledonovan2008-06-112-6/+9
* Remove .svn directoriesdonovan2008-06-117-189/+0
* merge up to svn branch r120donovan2008-05-221-2/+2
* Initial implementation of libeventhub. Works for some basic socket stuff but...rdw2008-03-169-0/+296