157 check-ins using file src/exceptions/OFChangeOwnerFailedException.h version f2dbd49a78
2013-11-20
| ||
20:47 | OFZIP: Explain override options. check-in: f026fdfacf user: js tags: trunk | |
20:20 | .gitignore: Add versioned .so files. check-in: 5a0b8a0cb1 user: js tags: trunk | |
2013-11-18
| ||
15:23 | OFZIP: Write files in binary mode. check-in: f6889355ee user: js tags: trunk | |
15:14 | OFZIP: Fix help not being shown. check-in: e851d0f1dd user: js tags: trunk | |
14:49 | OFZIP: Add list mode. check-in: 65730f62c5 user: js tags: trunk | |
14:31 | OFZIP: Add -f and -n option. check-in: d72f7f23e2 user: js tags: trunk | |
14:10 | OFZIP: Add missing copyright. check-in: 4504d34415 user: js tags: trunk | |
14:09 | OFZIP: Allow extracting single files. check-in: 2bd117c218 user: js tags: trunk | |
2013-11-10
| ||
00:35 | objfw-unzip -> ofzip check-in: ab0be1f3f9 user: js tags: trunk | |
2013-11-09
| ||
19:22 | Add OFOptionsParser. check-in: 4521cb6dbc user: js tags: trunk | |
2013-11-06
| ||
22:40 | objfw-unzip: Link with ${LDFLAGS_RPATH}. check-in: 04e7ac480f user: js tags: trunk | |
22:35 | Make a few implicit casts explicit. check-in: 62d1b84b30 user: js tags: trunk | |
21:11 | objfw-unzip: Add "never override" mode. check-in: 64f72315cd user: js tags: trunk | |
20:58 | OFZIPArchive: Do not sort -[entries]. check-in: be628bbb84 user: js tags: trunk | |
20:29 | Add OFDeflate64Stream. check-in: 7aef43d648 user: js tags: trunk | |
11:36 | OFZIPArchive: Add support for ZIP64. check-in: 7d11e6e4e6 user: js tags: trunk | |
2013-10-30
| ||
17:06 | OFZIPArchive: Return entries in a sorted array. check-in: 95f6035588 user: js tags: trunk | |
00:09 | OFStringTests: Fix a path test on Win32. check-in: 7561b9244e user: js tags: trunk | |
2013-10-29
| ||
23:46 | Clean up OF_ENSURE() vs. assert() a little. check-in: a427cfc86a user: js tags: trunk | |
23:37 | OFDeflateStream: Get rid of stupid GCC warnings. check-in: 2b11bca0d1 user: js tags: trunk | |
22:56 | OFDeflateStream: Fix reading uncompressed header. check-in: d1293b647a user: js tags: trunk | |
22:15 | OFDeflateStream: Fix tree construction. check-in: aee3bc12f7 user: js tags: trunk | |
18:00 | OFZIPArchive: Only check lower byte of minVersion. check-in: 1ce5d53f93 user: js tags: trunk | |
10:09 | OFDeflateStream: Minor improvements. check-in: f91dbd8975 user: js tags: trunk | |
09:55 | OFZIPArchiveEntry: More elaborate -[description]. check-in: 7d10ec24b0 user: js tags: trunk | |
09:55 | PLATFORMS.md: Add x86_64 to OpenBSD, 10.9 to OS X. check-in: c45bc07d2d user: js tags: trunk | |
09:37 | Add a missing (instancetype). check-in: 52efbc4b8f user: js tags: trunk | |
2013-10-28
| ||
15:18 | Update Xcode project to 5.0. check-in: ed3a954968 user: js tags: trunk | |
2013-10-20
| ||
11:30 | Add objfw-unzip. check-in: 0964e7d687 user: js tags: trunk | |
2013-10-10
| ||
22:18 | OFZIPArchive: Correctly handle archive comments. check-in: e2ad3ceacb user: js tags: trunk | |
21:33 | OFDeflateStream: Fix uint_fast16_t != uint16_t. check-in: 5dbf9298bd user: js tags: trunk | |
13:36 | OFZIPArchive: Add support for deflate. check-in: 53e46a8326 user: js tags: trunk | |
13:18 | Add OFDeflateStream. check-in: d83d3aa719 user: js tags: trunk | |
02:26 | OFStream: Add -[unreadFromBuffer:length:]. check-in: 138a7a1934 user: js tags: trunk | |
2013-09-30
| ||
16:11 | OFHTTPClient: Status in delegate for redirection. check-in: 6bd37697f2 user: js tags: trunk | |
16:01 | OFHTTPClient: Improve 3xx status handling. check-in: 2c075194b3 user: js tags: trunk | |
2013-09-29
| ||
20:24 | Add simple non-colored output to tests. check-in: 1b6f73dc3a user: js tags: trunk | |
19:44 | Get rid of a warning on 32-bit systems with Clang. check-in: 90de201b43 user: js tags: trunk | |
16:26 | Remove an _Unwind_DeleteException call. check-in: 6dcd43ed6c user: js tags: trunk | |
16:25 | Add missing includes. check-in: c6a65ca7a6 user: js tags: trunk | |
2013-09-28
| ||
15:25 | OFHTTP{Client,Server}: Handle all request methods. check-in: 7be34d8c40 user: js tags: trunk | |
01:50 | Improve HTTP request method handling. check-in: c76896d937 user: js tags: trunk | |
2013-09-20
| ||
10:57 | Move lookup asm files to src/runtime/lookup-asm. check-in: c4abdf467a user: js tags: trunk | |
2013-09-18
| ||
11:32 | src/Makefile: Fix missing dependencies. check-in: 98f6b989cc user: js tags: trunk | |
09:41 | Move sources for forwarding to src/forwarding. check-in: c3623fcb7b user: js tags: trunk | |
2013-09-17
| ||
17:25 | README.md: Add note about using LLVM/Clang + ARM. check-in: e0fedfc49c user: js tags: trunk | |
17:18 | PLATFORMS.md: Add Android. check-in: e70c567cdd user: js tags: trunk | |
16:51 | tests/Makefile: Add run-on-android target. check-in: c7b788abab user: js tags: trunk | |
16:12 | Work around Android bugs. check-in: c5e7dd679b user: js tags: trunk | |
14:14 | Only compare with PTHREAD_CANCELED if defined. check-in: 2ac6cc1247 user: js tags: trunk | |
13:57 | Update config.{guess,sub}. check-in: 7990726f2a user: js tags: trunk | |
2013-09-16
| ||
17:02 | Adjust stret forwarding to recent Clang change. check-in: b8e3900bef user: js tags: trunk | |
2013-09-15
| ||
21:22 | Fix a few format string length modifiers. check-in: 65d5a8f675 user: js tags: trunk | |
18:51 | OFAutoreleasePool: Free pool cache on thread exit. check-in: 29e4d00225 user: js tags: trunk | |
2013-08-25
| ||
21:16 | Add -[OFString pathExtension]. check-in: 37dc5d933f user: js tags: trunk | |
20:59 | Add -[OFString stringByDeletingPathExtension]. check-in: 0222de872b user: js tags: trunk | |
20:42 | Fix backtraces when using the Apple runtime. check-in: 0e854d19bf user: js tags: trunk | |
12:14 | Add -[OFArray componentsJoinedByString:options:]. check-in: f975b722df user: js tags: trunk | |
2013-08-22
| ||
12:38 | Fix ObjFW.h. check-in: cbe0df82d9 user: js tags: trunk | |
2013-08-20
| ||
19:03 | Only use _Unwind_Backtrace() if we have DWARF EH. check-in: 2bdac84cf3 user: js tags: trunk | |
2013-08-15
| ||
20:23 | OFZIPArchiveEntry: Export the extra field. check-in: bf0db50a84 user: js tags: trunk | |
19:00 | Move private methods into private headers. check-in: 1d7a1cbca0 user: js tags: trunk | |
18:44 | Add OF_HAVE_CLASS_EXTENSIONS. check-in: a5bfaa315b user: js tags: trunk | |
17:55 | OFZIPArchiveEntry: Add -[description]. check-in: fb8b5e652d user: js tags: trunk | |
17:43 | OFHTTPResponse: Include self in -[description]. check-in: c0616f3c1e user: js tags: trunk | |
17:40 | OFHTTPRequest: Conform to OFCopying. check-in: 7efd17523d user: js tags: trunk | |
17:39 | OFHTTPRequest: Add -[isEqual:] and -[hash]. check-in: 7cb70e45cf user: js tags: trunk | |
2013-08-14
| ||
19:30 | Rename +[archiveWithFile:] to +[archiveWithPath:]. check-in: 81f3ac43a6 user: js tags: trunk | |
19:28 | Rename -[initWith*Path:] to -[initWithPath:]. check-in: 0abd116830 user: js tags: trunk | |
19:17 | +[stringWithPath:] -> +[pathWithComponents:]. check-in: 7c4179ab9b user: js tags: trunk | |
13:18 | OFZIPArchive: Make meta data of files available. check-in: 2168071f36 user: js tags: trunk | |
2013-08-13
| ||
10:39 | Add a few more instancetypes. check-in: 73ae6fa60f user: js tags: trunk | |
2013-08-12
| ||
21:59 | OFZIPArchive: Initial implementation. check-in: 1c78b3a4db user: js tags: trunk | |
13:26 | Fix OFSeekableStream. check-in: d101b6f8b4 user: js tags: trunk | |
10:09 | Add codepage 437. check-in: 3912669d91 user: js tags: trunk | |
10:00 | Don't store the first 128 chars of an encoding. check-in: d36cf257fe user: js tags: trunk | |
2013-08-10
| ||
23:12 | Add -[OFMutableDictionary removeAllObjects]. check-in: aae02e7970 user: js tags: trunk | |
2013-08-08
| ||
23:21 | OFArray: Add forgotten ivar prefix. check-in: a3b6cca867 user: js tags: trunk | |
22:09 | Update PLATFORMS.md. check-in: 16429fcc2e user: js tags: trunk | |
22:06 | Minor TableGenerator improvement. check-in: ae193d8a00 user: js tags: trunk | |
2013-08-03
| ||
13:38 | exception.m: A few minor style improvements. check-in: 24aac72caa user: js tags: trunk | |
10:35 | Adjust TableGenerator to recent changes. check-in: 57cbfc0144 user: js tags: trunk | |
2013-08-01
| ||
23:07 | OFXMLParser: Improve handling of whitespaces. check-in: a69e13fa8d user: js tags: trunk | |
22:12 | OFXMLParser: Fix parsing of <![CDATA[x]]]>. check-in: 66cb66e6d8 user: js tags: trunk | |
18:59 | Add of_forward_stret for MIPS/ELF. check-in: d694ea89af user: js tags: trunk | |
18:53 | Add objc_msg_lookup_stret for MIPS/ELF. check-in: 5d814a5ef5 user: js tags: trunk | |
2013-07-31
| ||
22:55 | configure: Check that __thread works with PIC. check-in: 39cb0f9e7d user: js tags: trunk | |
22:54 | Add of_forward_stret for PPC/ELF. check-in: 8f337d1890 user: js tags: trunk | |
15:31 | Add objc_msg_lookup_stret for PPC/ELF. check-in: e39e55efff user: js tags: trunk | |
15:30 | Fix forwarding-ppc-elf.S. check-in: bf9c95599d user: js tags: trunk | |
2013-07-30
| ||
21:46 | Fix two typos. check-in: 1790183411 user: js tags: trunk | |
21:41 | Add forwardingTargetForSelector: for PowerPC/ELF. check-in: 9ce5b241e4 user: js tags: trunk | |
18:19 | Clean up and fix apple-forwarding-ppc.S. check-in: 89d2a3b231 user: js tags: trunk | |
2013-07-29
| ||
19:43 | Rename OFHTTPRequestReply to OFHTTPResponse. check-in: 36d0b1e2d8 user: js tags: trunk | |
19:42 | OFHTTPClient: Fix -[close] behaviour. check-in: 6ad892733b user: js tags: trunk | |
10:40 | OFHTTPClient: Remove a newline that was too much. check-in: 1cc51986a0 user: js tags: trunk | |
2013-07-28
| ||
21:07 | Replace OFTLSKey w/ +[OFThread threadDictionary]. check-in: 1eaf875a88 user: js tags: trunk | |
15:29 | Add of_forward_stret for ARM/ELF. check-in: 2b1b0f8b59 user: js tags: trunk | |
15:28 | Add objc_msg_lookup_stret for ARM/ELF. check-in: f727480860 user: js tags: trunk | |
01:12 | Add of_forward_stret for x86/ELF. check-in: 0379a04a1b user: js tags: trunk | |
01:06 | Add objc_msg_lookup_stret for x86/ELF. check-in: 3aa93c594f user: js tags: trunk | |
2013-07-27
| ||
17:38 | Fix a typo. check-in: 405731e798 user: js tags: trunk | |
2013-07-26
| ||
18:05 | Add objc_msg_lookup_stret for AMD64/Mach-O. check-in: 22eefaaadd user: js tags: trunk | |
15:21 | Add of_forward_stret for AMD64/ELF. check-in: 1a38a540aa user: js tags: trunk | |
15:21 | Add objc_msg_lookup_stret for AMD64/ELF. check-in: a56adbb68e user: js tags: trunk | |
15:21 | Add support for objc_msg_lookup_stret. check-in: 9713ad857d user: js tags: trunk | |
2013-07-25
| ||
23:21 | Forwarding: Save FP args when using MIPS/EABI. check-in: 3d98184cc2 user: js tags: trunk | |
22:54 | More -[forwardingTargetForSelector:] tests. check-in: 37ea76ea9d user: js tags: trunk | |
22:41 | Fix -[forwardingTargetForSelector:] on AMD64. check-in: a7409be2c4 user: js tags: trunk | |
00:46 | lookup-asm-*.S: Reorder functions. check-in: ad2abaf3be user: js tags: trunk | |
2013-07-24
| ||
23:05 | PLATFORMS.md: Add Linux/MIPS32. check-in: 5092bda14b user: js tags: trunk | |
23:05 | Add forwardingTargetForSelector: for MIPS/ELF. check-in: f1416bbdc2 user: js tags: trunk | |
22:56 | lookup-asm-mips-elf.S: Support PIC. check-in: 8108a32927 user: js tags: trunk | |
11:49 | Improve documentation. check-in: 7e5de0a086 user: js tags: trunk | |
2013-07-23
| ||
22:48 | Allow classes in collections requiring OFCopying. check-in: 7992490163 user: js tags: trunk | |
20:46 | configure: Fix warning about missing spinlocks. check-in: 26f6bd3396 user: js tags: trunk | |
2013-07-15
| ||
21:04 | exception.m: Fix wrong type size. check-in: 51beeb9808 user: js tags: trunk | |
00:10 | OFConstantString: _cStringLength -> unsigned int. check-in: 5171307598 user: js tags: trunk | |
2013-07-14
| ||
23:12 | configure.ac: Move h_errno / hstrerror check. check-in: 4ed4d32f48 user: js tags: trunk | |
2013-07-11
| ||
12:48 | Improve file name consistency. check-in: 8417e06951 user: js tags: trunk | |
12:33 | Use section .ctors instead of .init_array. check-in: aeb47d24b5 user: js tags: trunk | |
11:55 | Add tests for -[forwardingTargetForSelector:]. check-in: 249eda6023 user: js tags: trunk | |
10:54 | OFXMLElementBuilderTests: Use OF_ENSURE(). check-in: b91ce5dba8 user: js tags: trunk | |
01:39 | Move feature defines from macros.h to OFObject.h. check-in: 1e39c46eab user: js tags: trunk | |
01:36 | PLATFORMS.md: Add Wii and PSP. check-in: 4d5fd9f914 user: js tags: trunk | |
2013-07-10
| ||
12:33 | Get rid of a new Clang warning. check-in: 6143baaaee user: js tags: trunk | |
2013-07-09
| ||
22:17 | OFFile: Rename +[createSymbolicLinkAtPath:…]. check-in: 8e48f0d6a4 user: js tags: trunk | |
00:33 | Fix wrong include name. check-in: 12095daf4e user: js tags: trunk | |
00:20 | Add forwardingTargetForSelector: for ARM/ELF. check-in: 27daad1290 user: js tags: trunk | |
2013-07-08
| ||
22:20 | OFFile: Check arguments for nil. check-in: b4ebcc74b1 user: js tags: trunk | |
21:34 | OFNumber: Correctly handle NAN. check-in: bc2f7c2124 user: js tags: trunk | |
16:00 | Add a define to indicate forwarding stret is safe. check-in: b63feee32d user: js tags: trunk | |
15:43 | Check for ASM lookup at compile time. check-in: a4f1bd6c08 user: js tags: trunk | |
15:30 | Check for forwarding at compile time. check-in: bbabe17c4f user: js tags: trunk | |
2013-07-07
| ||
14:14 | Add forwardingTargetForSelector: for x86/ELF. check-in: 9686258014 user: js tags: trunk | |
12:53 | Fix dependency generation for .S files. check-in: 55b2494956 user: js tags: trunk | |
12:47 | Improve apple-forwarding-i386.S. check-in: e396a8e363 user: js tags: trunk | |
2013-07-06
| ||
12:50 | MIPS lookup: Let the assembler insert the nops. check-in: 8f346088f4 user: js tags: trunk | |
00:21 | Add MIPS/ELF assembly lookup implementation. check-in: 9c630f8f86 user: js tags: trunk | |
2013-07-05
| ||
20:02 | Warn if atomic ops AND spinlocks are missing. check-in: 2db4aee23f user: js tags: trunk | |
16:54 | Map WSA error codes to standard error codes. check-in: e790f0e1f0 user: js tags: trunk | |
2013-07-04
| ||
20:49 | Fix -[replaceCharactersInRange:withString:]. check-in: 4d892e0db1 user: js tags: trunk | |
14:04 | OFBlock: Initialize spinlocks in +[load]. check-in: 8fbc6b4e63 user: js tags: trunk | |
13:59 | Remove useless barriers. check-in: 0fea69d149 user: js tags: trunk | |
2013-07-03
| ||
21:29 | Check all -W flags with -Werror. check-in: c23578f03f user: js tags: trunk | |
2013-07-01
| ||
20:45 | Update buildsys. check-in: 97cabd4a82 user: js tags: trunk | |
2013-06-30
| ||
23:45 | Relink tests if libobjfw.a changed. check-in: fa9d37e581 user: js tags: trunk | |
23:25 | Document of_std{in,out,err} in OFStdIOStream. check-in: 44adc37c7b user: js tags: trunk | |
19:13 | configure: Check for dladdr(). check-in: e0f421b523 user: js tags: trunk | |
18:30 | Rename -[initWithBlock:]. check-in: a3639589d3 user: js tags: trunk | |
2013-06-28
| ||
22:56 | PSP: Make tests terminable. check-in: 54f020d139 user: js tags: trunk | |
19:55 | Fix FP endianess for universal builds. check-in: d9bd480b94 user: js tags: trunk | |
19:15 | Rename methods to prevent signature conflicts. check-in: f3654b5cc6 user: js tags: trunk | |
19:00 | configure: Use ${host_alias}- as BIN_PREFIX. check-in: 8bdc87deae user: js tags: trunk | |
18:48 | OFHTTPClient: Only retry on ECONNRESET or EPIPE. check-in: e0182a3e55 user: js tags: trunk | |
18:44 | Remove useless rethrows. check-in: ee849cd073 user: js tags: trunk | |
18:43 | Include errno in headers for exceptions using it. check-in: 3d6917fe0b user: js tags: trunk | |