ObjFW  Timeline

78 check-ins using file src/exceptions/OFAddressTranslationFailedException.m version 978b1ac512

2014-06-20
10:52
Revert 3758bd8 (check-in: 1f1ef23b3f user: js tags: trunk)
2014-06-18
13:12
Update Unicode to 7.0 (check-in: 23ac92f416 user: js tags: trunk)
13:11
Fix Unicode table generator (check-in: 340ef20d81 user: js tags: trunk)
12:54
Add OFSettings (check-in: 1333634935 user: js tags: trunk)
2014-06-16
18:35
OFINICategory: Add support for arrays (check-in: 9555835784 user: js tags: trunk)
15:06
Make return type of -[OFArray objects] const (check-in: 68d32a92c1 user: js tags: trunk)
2014-06-14
09:44
OFINIFile: Add support for different encodings (check-in: 44de69ef31 user: js tags: trunk)
2014-06-13
16:41
Clean up OFINIFileTests.m (check-in: 34cf1fb8c2 user: js tags: trunk)
2014-06-12
13:43
OFINIFile: Add support for quoted keys / values (check-in: 12c5b7ee91 user: js tags: trunk)
2014-05-31
17:57
OFStream: Add -[hasDataInReadBuffer]. (check-in: acc999a75e user: js tags: trunk)
16:34
Work around broken Apple libc headers (check-in: dccc3ed8a9 user: js tags: trunk)
02:16
Better code sharing between Deflate and Deflate64 (check-in: a8c62e1c0d user: js tags: trunk)
01:46
tests/Makefile: Symlink libobjfw.$major.dylib (check-in: dc6bc8359e user: js tags: trunk)
2014-05-29
21:27
Work around __block being used by old glibc (check-in: d1e559b643 user: js tags: trunk)
21:13
OFZIP: Better verbose output (check-in: c095670543 user: js tags: trunk)
2014-05-26
20:08
OFZIP: Set permissions - if entry has any (check-in: a7f9c9d4bc user: js tags: trunk)
15:41
OFZIPArchiveEntry: Make more properties public (check-in: c1d665c395 user: js tags: trunk)
2014-05-25
23:53
OFZIP: Show hex dump of extra field with -vvv (check-in: 240658fd6c user: js tags: trunk)
23:42
OFZIP: Make -x/-l, -f/-n, -v/-q mutually exclusive (check-in: 5a782d2c74 user: js tags: trunk)
23:10
OFZIP: Fix q missing in first line of help (check-in: 03db213022 user: js tags: trunk)
22:58
Move of_zip_archive_find_extra_field() (check-in: adf754d5fc user: js tags: trunk)
12:05
Update buildsys (check-in: eeaa49c11a user: js tags: trunk)
2014-05-15
20:05
Don't use -pedantic with buggy compilers (check-in: 42a7135606 user: js tags: trunk)
16:02
configure.ac: Fix a missing \ (check-in: 893cefa092 user: js tags: trunk)
15:54
Update buildsys (check-in: 8eb6f64179 user: js tags: trunk)
15:46
Minor style corrections (check-in: 478119cde4 user: js tags: trunk)
15:32
Enable -pedantic (check-in: 9c0f66d49d user: js tags: trunk)
15:32
Work around dlsym() API not being valid C (check-in: 4a2f61814f user: js tags: trunk)
15:32
Fix a few instances of signed vs. unsigned (check-in: 7f0359ce68 user: js tags: trunk)
15:32
Multiple dtable / sparse array improvements (check-in: 1ebb9eb7b3 user: js tags: trunk)
15:17
Don't declare objc_classname_to_class inline (check-in: e23441b121 user: js tags: trunk)
15:17
Don't embed directives within macro arguments (check-in: 0d37286ccb user: js tags: trunk)
15:17
Work around Apple's API breaking the C standard (check-in: 469553637d user: js tags: trunk)
04:07
Don't return void expressions (check-in: 3c7bf2e50c user: js tags: trunk)
04:06
Remove usage of empty initializer extension (check-in: f178d11592 user: js tags: trunk)
03:39
objc_exit(): Fix the first class not being free'd (check-in: 428520105b user: js tags: trunk)
01:50
Don't define _*_SOURCE (check-in: 17be12b6e5 user: js tags: trunk)
2014-02-13
16:29
runtime/class.m: Better handling of Nil parameters (check-in: 52c0e9f94e user: js tags: trunk)
2014-02-12
15:45
OFFile: Reset isAtEndOfStream on seek (check-in: 0b0950c299 user: js tags: trunk)
15:36
Add support for SEH exceptions (check-in: d7883de826 user: js tags: trunk)
15:34
OFApplication: Fix typo (check-in: 22d45f94d0 user: js tags: trunk)
03:17
PLATFORMS.md: Add Windows 8.1 and MinGW-w64 (check-in: 9496eea33b user: js tags: trunk)
03:17
OFUDPSocket: Use SOCKET on Win32 (check-in: 60be8437d7 user: js tags: trunk)
03:17
Call FreeEnvironmentStringsW on correct pointer (check-in: f82406c3fd user: js tags: trunk)
03:17
Fix compilation with mingw-w64 (check-in: 6ba4095f05 user: js tags: trunk)
03:17
Fix compilation with mingw32 (check-in: fab07a40ca user: js tags: trunk)
00:10
Fix --enable-seluid24 (check-in: 17b2d32959 user: js tags: trunk)
00:10
Fix --disable-sockets (check-in: 611838d62d user: js tags: trunk)
00:10
Add property introspection (check-in: bb26fbe4b8 user: js tags: trunk)
2014-02-11
14:44
OFHTTPServer: Allow binding to port 0 (check-in: 1724525754 user: js tags: trunk)
2014-02-10
19:29
Move OFBigDataArray out to its own files (check-in: af7e24f9ab user: js tags: trunk)
19:13
OFDataArray: Fix double release on error in init (check-in: 01fb5e6be3 user: js tags: trunk)
19:10
Add test for OF_JSON_REPRESENTATION_JSON5 (check-in: 25b3aaf57c user: js tags: trunk)
18:56
OFString: Add a cast which is needed on NetBSD (check-in: 66c20e115f user: js tags: trunk)
10:46
-[cancelAsyncRequests] documentation: Add warning (check-in: 048c4912d6 user: js tags: trunk)
2014-02-08
18:04
Add JSON5 output option (check-in: e07fa89b44 user: js tags: trunk)
09:26
Add -[JSONRepresentationWithOptions:] (check-in: eaa612ad50 user: js tags: trunk)
2014-02-05
09:02
Documentation improvements (check-in: e96ab3a2be user: js tags: trunk)
2014-02-04
21:45
OFUDPSocket: Fix documentation typo (check-in: 834ee6db92 user: js tags: trunk)
21:45
OFUDPSocket: Conform to OFCopying (check-in: f836f5e65d user: js tags: trunk)
09:41
OFKernelEventObserver_kqueue: Ignore EBADF (check-in: 41ca862453 user: js tags: trunk)
2014-02-03
19:11
OFKernelEventObserver: Fix a typo (check-in: 678dd1cdc7 user: js tags: trunk)
18:29
configure: --disable-tls -> --disable-compiler-tls (check-in: 8ca9721ffe user: js tags: trunk)
14:43
Move socket initialization to a single place (check-in: 414c87ec13 user: js tags: trunk)
2014-01-31
13:33
Make sure there's always an #else in abstractions (check-in: 0a8dca300b user: js tags: trunk)
13:07
Minor fixes (missing ifdefs, etc.) (check-in: 60cb25ab50 user: js tags: trunk)
2014-01-30
22:02
OFUDPSocket: Add async resolve / receive (check-in: ff3c507941 user: js tags: trunk)
12:26
Rename of_tcpsocket* -> of_tcp_socket_* (check-in: 7908c035e4 user: js tags: trunk)
12:26
Rename +[UDPSocket hostForAddress:port:] (check-in: fb590316ba user: js tags: trunk)
2014-01-29
15:59
OFUDPSocket: Add observing (check-in: c4f36e3692 user: js tags: trunk)
15:54
Generalize OFKernelEventObserver (check-in: c694569d86 user: js tags: trunk)
09:54
resolver.h: Rename private to private_ for C++ (check-in: dfd8e14567 user: js tags: trunk)
2014-01-28
22:50
Rename OFStreamObserver -> OFKernelEventObserver (check-in: 96e20b8093 user: js tags: trunk)
2014-01-27
22:01
Add OFUDPSocket (check-in: 5025cba435 user: js tags: trunk)
12:34
of_address_to_string: Add a way to get the port (check-in: 44c595058b user: js tags: trunk)
11:58
Fix socket.h not being installed (check-in: d4c90c0750 user: js tags: trunk)
11:35
Generalize forgotten socket related exceptions (check-in: be1fb59dfa user: js tags: trunk)
2014-01-26
22:38
Move resolving functionality to resolver.m (check-in: 49b1989b63 user: js tags: trunk)