.hgignore
author Jens Alfke <jens@mooseyard.com>
Sun May 24 15:03:39 2009 -0700 (2009-05-24)
changeset 49 20cccc7c26ee
parent 2 9fdd8dba529c
child 52 d2e6fb7192ac
permissions -rw-r--r--
Misc. tweaks made while porting Chatty to use MYNetwork.
* Allow -[BLIPConnection sendRequest:] to re-send an already-sent or received request.
* Allow use of the basic -init method for BLIPConnection.
* Some new convenience factory methods.
* Broke dependencies on Security.framework out into new TCPEndpoint+Certs.m source file, so client apps aren't forced to link against Security.
     1 syntax: glob
     2 .DS_Store
     3 build
     4 Documentation
     5 Doxyfile
     6 uploadDocs
     7 .svn
     8 (*)
     9 *.pbxuser
    10 *.perspectivev3
    11 *.mode1v3
    12 *.mode2v3
    13 *.mpkg
    14 *.framework
    15 *.orig