History of file src/exceptions/common.h at check-in 851e47d743680c38
2015-02-16
| ||
08:39 |
Deleted:
Explicitly pass errno to exceptions
The old behaviour where the exception would access errno directly on This also greatly increases errno handling on Win32, especially in | |
2015-01-03
| ||
20:57 | Update copyright file: [83d14795d1] check-in: [cfd374b906] user: js, branch: trunk, size: 1513 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-04-26
| ||
01:04 | Improve description for I/O related exceptions file: [b75cd971df] check-in: [e05bd4856e] user: js, branch: trunk, size: 1527 [annotate] [blame] [check-ins using] [diff] | |
2014-03-05
| ||
00:00 | Include socket.h before socket_helpers.h file: [173fdc42a2] check-in: [f96fd9d551] user: js, branch: trunk, size: 1530 [annotate] [blame] [check-ins using] [diff] | |
2014-03-04
| ||
23:53 |
resolver.m: Fix locking
A lock for thread-unsafe getaddrinfo was missing and not all locks were | |
2014-02-13
| ||
23:26 |
Use -std=c11 instead of -std=gnu11
Not using -std=gnu11 means _GNU_SOURCE does not get defined anymore, Additionally, this adds of_strdup in macros.h, as strdup is an | |
2014-01-04
| ||
00:24 | Update copyright. file: [b809e736ac] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1519 [annotate] [blame] [check-ins using] [diff] | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-05-22
| ||
18:42 | Check for more socket-related headers / functions. file: [082aeff5c0] check-in: [896084c340] user: js, branch: trunk, size: 1511 [annotate] [blame] [check-ins using] [diff] | |
2013-04-26
| ||
19:42 | Make it possible to disable sockets. file: [19aae6e6f7] check-in: [590c377d8a] user: js, branch: trunk, size: 1500 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [258ae8e83b] check-in: [e40729d406] user: js, branch: trunk, size: 1364 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [9a8f628a9b] check-in: [813c00ccf0] user: js, branch: trunk, size: 1356 [annotate] [blame] [check-ins using] [diff] | |
2012-10-03
| ||
15:41 | Move definition of restricted to OFObject.h. file: [694e7d8b34] check-in: [7239333455] user: js, branch: trunk, size: 1350 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [0e109eabd1] check-in: [ce70e17b38] user: js, branch: trunk, size: 1330 [annotate] [blame] [check-ins using] [diff] | |
2011-07-24
| ||
20:05 | Add a few defines for runtime methods so they always have the same name. file: [20a947a4f0] check-in: [c7bc7b93d9] user: js, branch: trunk, size: 1324 [annotate] [blame] [check-ins using] [diff] | |
2011-03-29
| ||
23:32 | Fix missing include in exceptions/common.h. file: [1a81af8861] check-in: [48c67b1444] user: js, branch: trunk, size: 1516 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [4c4f654284] check-in: [e1eea29286] user: js, branch: trunk, size: 1429 [annotate] [blame] [check-ins using] | |