sh01 (Sebastian Hagen)

Name
Sebastian Hagen
Location
http://memespace.net
Member Since
Nov 18, 2008 (about 1 year)

Following 0 githubbers and watching 6 repositories view all →

Public Repositories (5)

  • liasis

    Yet another bittorrent client

    legend

    Last updated Thu Dec 24 01:08:53 -0800 2009

  • gonium

    miscellaneous python library-like scripts by sh01

    legend

    Last updated Wed Dec 23 16:25:26 -0800 2009

  • luteus

    IRC bouncer that sucks less.

    legend

    Last updated Fri Nov 27 15:42:39 -0800 2009

  • teucrium

    A traffic-grapher with a focus on features, accuracy, detailed reporting and reasonable resource ...

    legend

    Last updated Thu Mar 05 06:18:40 -0800 2009

  • pngtricks

    Misusing an image standard for fun and profit :)

    legend

    Last updated Wed Nov 19 17:08:42 -0800 2008

Public Activity feed

sh01 pushed to master at sh01/liasis Thu Dec 24 01:08:53 -0800 2009
HEAD is f65cd71537430ac4bb7eed33b7a7d8234e2dd86e
  • Sebastian Hagen committed f65cd715:
    bt_client: Followup fix.
sh01 pushed to master at sh01/liasis Wed Dec 23 20:21:53 -0800 2009
HEAD is 85fc347573ae7a61053ce292b0dc0b864f66fc9a
  • Sebastian Hagen committed 85fc3475:
    BTClientConnection: Ignore EXTENDED messages for now; apparently some clients send them without checking for the capability, and we probably shouldn't kill the connection over that.
sh01 pushed to master at sh01/liasis Wed Dec 23 20:04:14 -0800 2009
HEAD is 7139c6ad0a16c5c22a2d6b3de25deddde336e514
  • Sebastian Hagen committed 7139c6ad:
    LNFS: Add gonium.posix.blockfd support; don't do block setup with AIO by default anymore, that was just asking for trouble.
sh01 pushed to master at sh01/liasis Wed Dec 23 18:25:05 -0800 2009
HEAD is bb94d95a3b261c3b6f15edf9c04336d1677a65a4
  • Sebastian Hagen committed bb94d95a:
    setup.py: Use interpreter "python3" instead of "python".
sh01 pushed to master at sh01/liasis Wed Dec 23 16:27:45 -0800 2009
HEAD is 80ef9295ba36af3739f919bb7d9d10176999b113

4 commits »

sh01 pushed to master at sh01/gonium Wed Dec 23 16:25:27 -0800 2009
HEAD is f6b0e99d833bcd0076b0abe38a989c0e12265672
  • Sebastian Hagen committed f6b0e99d:
    src.posix.blockfd: Add DTD documentation warning of the increadible dangers of calling fork() without following up with exec() after instantiating an object of this type.
sh01 pushed to master at sh01/liasis Wed Dec 23 01:12:57 -0800 2009
HEAD is 78c6bad8fb0c276259aa9e5e731d0939849aad9d

3 commits »

sh01 pushed to master at sh01/gonium Wed Dec 23 00:53:28 -0800 2009
HEAD is b04e63d05d331412f895adab0cb991e658ef5559

2 commits »

sh01 pushed to master at sh01/gonium Tue Dec 22 23:10:08 -0800 2009
HEAD is 0bbdb5bee76c2559e44d55dc9fbba0a811f4a9b2

4 commits »

sh01 pushed to master at sh01/liasis Tue Dec 22 13:41:19 -0800 2009
HEAD is fac4b476030962bf09f8e8a0cd87561ea9e2df5e

6 commits »

sh01 pushed to master at sh01/liasis Tue Dec 22 01:10:17 -0800 2009
HEAD is 8409328085763dd88e35bfb34a7de81da7bf471b
  • Sebastian Hagen committed 84093280:
    liasis.bt_client.BTClient: Deal correctly with port-config option "0" - i.e. report to the tracker which port we actually bound to.
sh01 pushed to master at sh01/gonium Sun Dec 20 15:47:24 -0800 2009
HEAD is 32d0a733f4c57118175c20d29d36b7d6c50ed6eb

7 commits »

sh01 pushed to master at sh01/gonium Sat Dec 19 12:33:35 -0800 2009
HEAD is beca39a1e849a6b884098955f826dea6ce940800
  • Sebastian Hagen committed beca39a1:
    posix.blockfd: Expand test cases to include socket2socket copy to test input from nonblocking unseekable file-like.
sh01 pushed to master at sh01/gonium Fri Dec 18 18:20:49 -0800 2009
HEAD is 53dca1e07aa261ebe7e19945b58f70d61138ca63

9 commits »

sh01 pushed to master at sh01/gonium Thu Dec 17 13:49:09 -0800 2009
HEAD is aa2d810cc2988a5189490b714e8ebedd1a6a8573
  • Sebastian Hagen committed aa2d810c:
    posix.blockfd: Add low-overhead DTR-errno retrieval code.
sh01 pushed to master at sh01/gonium Thu Dec 17 12:22:00 -0800 2009
HEAD is 35ae35d6cec56374760fbf31e8db3a83b58fe2e5

2 commits »

sh01 pushed to master at sh01/gonium Thu Dec 17 09:10:07 -0800 2009
HEAD is 53adf1f0186b9ae2dd221212d8aac95cd94af648

5 commits »

sh01 pushed to master at sh01/gonium Wed Dec 16 12:16:19 -0800 2009
HEAD is 973241e016a0e12f7c3e07757b684d736a25e21c
  • Sebastian Hagen committed 973241e0:
    posix.slowfd: Fix up code for non-linux posix-likes.
sh01 pushed to master at sh01/gonium Wed Dec 16 12:02:51 -0800 2009
HEAD is f81e4cb22d4906ac58da6c59c2f5cc6bedf0b966

2 commits »

sh01 pushed to master at sh01/gonium Wed Dec 16 04:40:55 -0800 2009
HEAD is 323dd612e7672b4c26e71c1fa2b3d15509839ad4
  • Sebastian Hagen committed 323dd612:
    Rename module "posix.asyncfd2fd" to "posix.slowfd" in preparation for expanded functionality. And because the old name was just too unwieldy.
sh01 pushed to master at sh01/gonium Tue Dec 15 16:07:24 -0800 2009
HEAD is f393131423807f31fa824fd0e794ef6bcc6039ca
  • Sebastian Hagen committed f3931314:
    asyncfd2fd: s/SystemError/OSError/
sh01 pushed to master at sh01/gonium Tue Dec 15 16:03:40 -0800 2009
HEAD is 8ac88de2b091c6698101f5f25eaa9f2e1884cde9
  • Sebastian Hagen committed 8ac88de2:
    asyncfd2fd: Fix crash-on-resource-exhaustion-on-dtd-init bug. Add test case to test for this.
sh01 pushed to master at sh01/gonium Tue Dec 15 15:53:48 -0800 2009
HEAD is bf6c9ef258c16f37275043619b888a5f49305ea3
  • Sebastian Hagen committed bf6c9ef2:
    posix.asyncfd2fd: Add pthread mutex / condition cleanup code.
sh01 pushed to master at sh01/gonium Tue Dec 15 15:43:46 -0800 2009
HEAD is e4fe0bf240d739e0d0b18cfa0237970dedb0eb81
  • Sebastian Hagen committed e4fe0bf2:
    posix.asyncfd2fd: Initial version. Very basic test-case passes; in-depth tests yet to be written. High-level interface yet to be written. This code is currently extremely experimental.
sh01 pushed to master at sh01/luteus Fri Nov 27 15:42:39 -0800 2009
HEAD is 46760a920c421d5af237fdd2ccd2885b0982563f
  • Sebastian Hagen committed 46760a92:
    irc ui: interface typo fix
sh01 pushed to master at sh01/luteus Fri Nov 27 09:15:51 -0800 2009
HEAD is 17c923069d97697f77488738676e366c8e868600
  • Sebastian Hagen committed 17c92306:
    IRCClientNetworkLink: Add two *_pre EMs to catch client msgs before they're processed by irc client's statekeeping code. // Use this in logging to process QUITs and PARTs correctly.
sh01 pushed to master at sh01/luteus Thu Nov 26 12:13:21 -0800 2009
HEAD is ec6fb4d6e099975108b561c3fce4f3b4a47c8cfe
  • Sebastian Hagen committed ec6fb4d6:
    Packaging: Initial README file.
sh01 pushed to master at sh01/luteus Thu Nov 26 11:52:53 -0800 2009
HEAD is e54141972956f76dca744a07b6d3e43bc0a85f46
  • Sebastian Hagen committed e5414197:
    Packaging: Initial setup.py; wfm. // Add a .gitignore to ignore build/.
sh01 pushed to master at sh01/luteus Thu Nov 26 07:48:06 -0800 2009
HEAD is 173a2a91f479758a000e3050b336fc134bec432b
  • Sebastian Hagen committed 173a2a91:
    IRC UI: CONNSTATUS: Rephrase attached clients-list description.
sh01 pushed to master at sh01/luteus Thu Nov 26 07:40:17 -0800 2009
HEAD is 7631061bd557e77c57069da854cfc728969ac2c9

2 commits »

sh01 pushed to master at sh01/luteus Thu Nov 26 07:26:48 -0800 2009
HEAD is 7b0fced5a431fa110284a4bf35a151942a57f199
  • Sebastian Hagen committed 7b0fced5:
    IRC UI: CONNSTATUS: s/stats/status/
sh01 pushed to master at sh01/luteus Thu Nov 26 07:19:20 -0800 2009
HEAD is eefdd271d04f2fe7888112eda9a4009ef30b35f9

3 commits »

sh01 pushed to master at sh01/luteus Wed Nov 25 17:48:38 -0800 2009
HEAD is 91e1f4c2d77edf76a8b7af72b3f4ef15e56921fd

2 commits »

sh01 pushed to master at sh01/luteus Wed Nov 25 17:12:50 -0800 2009
HEAD is d362c3d0f2d8a0ee6ca7a800668a6c818971d546
  • Sebastian Hagen committed d362c3d0:
    Logging: Fix --help mode.
sh01 pushed to master at sh01/luteus Wed Nov 25 17:06:35 -0800 2009
HEAD is c948839063685b5d46d0ca57413280e730d23de1

3 commits »