ObjFW  Check-in [590c377d8a]

Overview
Comment:Make it possible to disable sockets.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 590c377d8a61164272a1c2c6270c7041f2c964cae80e9c070ad0d71ffd85ca31
User & Date: js on 2013-04-26 19:42:52
Other Links: manifest | tags
Context
2013-04-26
20:18
Only build OFProcess if available. check-in: 9965b1550e user: js tags: trunk
19:42
Make it possible to disable sockets. check-in: 590c377d8a user: js tags: trunk
2013-04-25
01:09
OFSystemInfo: Fix fallback pageSize. check-in: 9c1da35543 user: js tags: trunk
Changes

Modified configure.ac from [1dac072c32] to [851bfdbc5a].    [diff]

Modified extra.mk.in from [ee1481108e] to [48485659ad].    [diff]

Modified src/Makefile from [ba9ed93830] to [8e894e6dc5].    [diff]

Modified src/OFDataArray.m from [cc46586b15] to [fc3aaeaea9].    [diff]

Modified src/OFHTTPClient.h from [838f77c97e] to [630572f8e2].    [diff]

Modified src/OFHTTPRequest.h from [f26f1fecd0] to [daf0e520ee].    [diff]

Modified src/OFHTTPRequestReply.h from [bdd473d229] to [274b2bd401].    [diff]

Modified src/OFHTTPServer.h from [ffe70c28fb] to [6142f7e628].    [diff]

Modified src/OFRunLoop.h from [af319d727b] to [879bd22002].    [diff]

Modified src/OFRunLoop.m from [9ced28ca2c] to [e463b5f0e9].    [diff]

Modified src/OFStream.h from [05795f4687] to [b114d5af52].    [diff]

Modified src/OFStream.m from [401460f5bb] to [f3e5357ad2].    [diff]

Modified src/OFStreamObserver.h from [4cd46fa418] to [7fc7495bc7].    [diff]

Modified src/OFStreamSocket.h from [9529543da1] to [0eb6c65989].    [diff]

Modified src/OFString.m from [76e87b40ed] to [250db502f2].    [diff]

Modified src/ObjFW.h from [409806974f] to [fbd2428681].    [diff]

Modified src/exceptions/Makefile from [08074185ef] to [556668b48e].    [diff]

Modified src/exceptions/OFAcceptFailedException.h from [f828728a28] to [ede346dfd9].    [diff]

Modified src/exceptions/OFAddressTranslationFailedException.h from [9eb5a36411] to [1027254cc2].    [diff]

Modified src/exceptions/OFAlreadyConnectedException.h from [5e96c85485] to [a1bbdc5954].    [diff]

Modified src/exceptions/OFBindFailedException.h from [3324f93c42] to [08e07c93e0].    [diff]

Modified src/exceptions/OFConnectionFailedException.h from [6e0a8c3716] to [7bbe937501].    [diff]

Modified src/exceptions/OFHTTPRequestFailedException.h from [e63622a3c6] to [ca95dac731].    [diff]

Modified src/exceptions/OFListenFailedException.h from [9a332b8a67] to [1610493659].    [diff]

Modified src/exceptions/OFNotConnectedException.h from [281c34dc5e] to [78d1f92282].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.m from [74aee00696] to [a5ac8c3823].    [diff]

Modified src/exceptions/common.h from [258ae8e83b] to [19aae6e6f7].    [diff]

Modified src/objfw-defs.h.in from [f518fd1de0] to [63a737d4f3].    [diff]

Modified tests/Makefile from [9b8d4ab488] to [6d4f7847a4].    [diff]

Modified tests/TestsAppDelegate.m from [d190941fab] to [f5a2a05389].    [diff]