50 most recent events occurring on or after 2013-04-27 17:57:53.
More ↑
2013-06-26
| ||
16:33 | OF(Big)DataArray: Fix capacity handling. check-in: 93755dd482 user: js tags: trunk | |
2013-06-25
| ||
20:31 | Make backtraces work with ARM EABI. check-in: 6e8777fc03 user: js tags: trunk | |
2013-06-23
| ||
21:52 | Add a few casts to make GCC happy. check-in: 6192726d32 user: js tags: trunk | |
14:15 | Improve OFAddressTranslationFailedException. check-in: 3f74e4c5df user: js tags: trunk | |
11:28 | OFAlreadyConnectedException: Make socket optional. check-in: 71f54d7bb6 user: js tags: trunk | |
2013-06-22
| ||
12:12 | Rework exceptions. check-in: 3d16a30f41 user: js tags: trunk | |
2013-06-20
| ||
08:13 | Add support for MessagePack extensions. check-in: 5ec11e8b56 user: js tags: trunk | |
2013-06-19
| ||
22:49 | Add -[OFDataArray dataArrayWithCapacity:]. check-in: 925bf9f8b1 user: js tags: trunk | |
19:14 | Implement the new MessagePack specification. check-in: cba771824e user: js tags: trunk | |
2013-06-18
| ||
21:38 | Get rid of a new Clang warning. check-in: 011cc56341 user: js tags: trunk | |
21:37 | Make more use of OF_STRING_ENCODING_NATIVE. check-in: 7c7187345a user: js tags: trunk | |
2013-06-17
| ||
09:36 | OFString: Fix standardize_path(). check-in: 379d75e1bc user: js tags: trunk | |
08:54 | Replace a few asserts with OF_ENSURE / OBJC_ERROR. check-in: dc17a614e8 user: js tags: trunk | |
08:44 | Rename -[OFDataArray readDataArrayWithSize:]. check-in: eceebefeab user: js tags: trunk | |
2013-06-16
| ||
20:03 | Split OFUnboundNamespaceException. check-in: 457e0e82af user: js tags: trunk | |
19:35 | Include line number in OFMalformedXMLException. check-in: a4fbb3dd1b user: js tags: trunk | |
2013-06-15
| ||
18:56 | configure: Improve --with-wii option. check-in: 14e7c3481f user: js tags: trunk | |
2013-06-14
| ||
22:59 | Clean up OFXMLParser a little. check-in: 568ec65e80 user: js tags: trunk | |
2013-06-13
| ||
02:03 | Don't bind to port 0 on the Wii. check-in: ca113e0145 user: js tags: trunk | |
01:59 | Try inet_addr() before gethostbyname(). check-in: 8faa16f249 user: js tags: trunk | |
2013-06-12
| ||
20:12 | OFException.m: Define _GNU_SOURCE. check-in: e4cb03d080 user: js tags: trunk | |
2013-06-11
| ||
23:33 | Initial sockets support for the Wii. check-in: ffb91daffe user: js tags: trunk | |
22:55 | Use _Unwind_Backtrace() to get a backtrace. check-in: 259f593244 user: js tags: trunk | |
2013-06-03
| ||
21:38 | OFException: Cleaner way to check architecture. check-in: 42ed7e394c user: js tags: trunk | |
15:20 | atomic.h: Fix several issues. check-in: 6b15bb229e user: js tags: trunk | |
2013-06-02
| ||
21:18 | atomic.h: Remove a useless xor. check-in: 1c7175697e user: js tags: trunk | |
2013-05-30
| ||
08:56 | OFStreamObserver: Add missing include on Win32. check-in: 3798cbd7ce user: js tags: trunk | |
2013-05-26
| ||
17:24 | OFTCPSocket.h: Explicitly import objfw-defs.h. check-in: 49b741b30e user: js tags: trunk | |
2013-05-25
| ||
11:40 | Switch back to backtrace(). check-in: f2a8bdf254 user: js tags: trunk | |
2013-05-22
| ||
21:09 | Show a backtrace for uncaught exceptions. check-in: 32230a1615 user: js tags: trunk | |
20:36 | Don't depened on execinfo.h for backtraces. check-in: a889f21180 user: js tags: trunk | |
18:45 | Import OFThread.h unconditionally. check-in: d7365be372 user: js tags: trunk | |
18:42 | Check for more socket-related headers / functions. check-in: 896084c340 user: js tags: trunk | |
2013-05-13
| ||
16:46 | Get rid of a strange ObjC++ + Win32 warning. check-in: 482454bc43 user: js tags: trunk | |
16:21 | Fix missing import. check-in: 22bcd14a08 user: js tags: trunk | |
16:12 | Get rid of a type warning on win32. check-in: 3e91cf6cef user: js tags: trunk | |
2013-05-08
| ||
20:15 | Add -[OFException backtrace]. check-in: 41716f97ed user: js tags: trunk | |
2013-05-04
| ||
12:04 | OFSet: Add -[allObjects] and -[anyObject]. check-in: d1a7509701 user: js tags: trunk | |
10:05 | OFMapTable: Minor corrections. check-in: 8a194de51c user: js tags: trunk | |
2013-05-01
| ||
21:05 | OFRunLoop: Work correctly for threads && !sockets. check-in: 56ec27cbdf user: js tags: trunk | |
20:35 | Make -[finishInitialization] thread-safe. check-in: abb7536cdd user: js tags: trunk | |
20:31 | Fix -Wcast-align check for recent Clang versions. check-in: 874faa49a7 user: js tags: trunk | |
2013-04-30
| ||
22:47 | observeWithTimeout: -> observeForTimeInterval:. check-in: ab9ad6e515 user: js tags: trunk | |
22:36 | Add -[OFCondition waitForTimeInterval:]. check-in: 8d7f5db97e user: js tags: trunk | |
22:29 | threading.h: Add of_condition_timed_wait(). check-in: e139086f33 user: js tags: trunk | |
2013-04-28
| ||
20:53 | Tests: Don't call atexit(objc_exit) on Win32. check-in: 371580cd46 user: js tags: trunk | |
2013-04-27
| ||
23:14 | asprintf: Fix a very stupid typo. check-in: 48709a6a21 user: js tags: trunk | |
23:14 | OFTCPSocket: Define _WIN32_WINNT to 0x0501. check-in: 9d3f4208d6 user: js tags: trunk | |
21:51 | OFFile: Don't use fchmod(). check-in: 06443a3ae9 user: js tags: trunk | |
17:57 | Wii: Link only tests with libwiiuse and libbte. check-in: daa4869d18 user: js tags: trunk | |