summaryrefslogtreecommitdiffstats
path: root/func/forkbomb.py
Commit message (Expand)AuthorAgeFilesLines
* the os._exit(0) magic :)makkalot2008-07-231-1/+2
* Change bsddb which is leaking on new python versions.Krzysztof A. Adamski2008-06-071-5/+12
* Fixing "modulus voodoo".Krzysztof A. Adamski2008-06-061-3/+3
* Should start from first bucket, not second.Krzysztof A. Adamski2008-05-311-1/+1
* Remove a bunch of unused imports.Luke Macken2008-02-211-2/+0
* All exceptions, async or otherwise, now come back as easily detectable signat...Michael DeHaan2008-01-291-7/+1
* Working on async error handling, lots more to do...Michael DeHaan2008-01-231-1/+7
* Double-barrel asynchronous calls. Async can now occur on both sides simultan...Michael DeHaan2008-01-231-0/+1
* Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-231-0/+152