ObjFW  Timeline

66 events by user js occurring on or before 2021-04-17 14:19:20.

More ↑
2021-04-17
14:19
of_offset_t -> OFFileOffset (check-in: e69db838d9 user: js tags: new-naming-convention)
14:13
Always prefix functions with the type (check-in: eb0cfa6ff9 user: js tags: new-naming-convention)
14:05
Minor fixes for last commit (check-in: c45a108585 user: js tags: new-naming-convention)
13:58
of_socket_address_t -> OFSocketAddress (check-in: e3c5bb70dd user: js tags: new-naming-convention)
12:32
Rename of_socket_address_family_t (check-in: d3fb3e902d user: js tags: new-naming-convention)
12:30
of_socket_t -> OFSocketHandle (check-in: c4ae62dd34 user: js tags: new-naming-convention)
05:45
Rename all types in OFList (check-in: 5b57beeba6 user: js tags: new-naming-convention)
05:28
Rename all types in OFTarArchive(Entry).h (check-in: 795618c69f user: js tags: new-naming-convention)
05:22
Rename of_options_parser_option_t (check-in: 91daa42649 user: js tags: new-naming-convention)
05:16
Rename all types in OFFileManager.h (check-in: c7bdb196d4 user: js tags: new-naming-convention)
03:37
of_run_loop_mode_t -> OFRunLoopMode (check-in: b480ef54db user: js tags: new-naming-convention)
03:21
Rename all blocks (check-in: c4e0e56fa3 user: js tags: new-naming-convention)
02:43
Rename of_fast_enumeration_state_t (check-in: ed3b07591c user: js tags: new-naming-convention)
02:40
Rename all types in OFArray.h (check-in: e23daca6ef user: js tags: new-naming-convention)
02:29
Rename all types in OFData.h (check-in: 88ed17ad48 user: js tags: new-naming-convention)
02:27
Minor Doxygen fix (check-in: 9f1d51c236 user: js tags: new-naming-convention)
02:25
Rename remaining enums in OFString.h (check-in: 169692a120 user: js tags: new-naming-convention)
02:10
of_string_encoding_t -> OFStringEncoding (check-in: 255f21fb3d user: js tags: new-naming-convention)
01:35
of_char{16,32}_t -> OFChar{16,32} (check-in: 6d9d790a24 user: js tags: new-naming-convention)
01:32
of_unichar_t -> OFUnichar (check-in: 2d3790870d user: js tags: new-naming-convention)
01:24
OF_NOT_FOUND -> OFNotFound (check-in: 83dc0fe6e5 user: js tags: new-naming-convention)
01:19
of_rectangle_t -> OFRect (check-in: dec9721b35 user: js tags: new-naming-convention)
01:10
of_dimension_t -> OFSize (check-in: 8a7353b219 user: js tags: new-naming-convention)
00:59
Merge trunk into branch "new-naming-convention" (check-in: b57126a21e user: js tags: new-naming-convention)
00:57
OFNumber: Remove useless OF_UNAVAILABLE (check-in: 27002f2efe user: js tags: trunk)
00:54
of_point_t -> OFPoint (check-in: 3524409dd0 user: js tags: new-naming-convention)
00:51
of_time_interval_t -> OFTimeInterval (check-in: 8c0d76f782 user: js tags: new-naming-convention)
00:47 New ticket [15bcaa7d13] Add helper functions for time intervals. (artifact: ffbf0127af user: js)
00:44
of_range_t -> OFRange (check-in: d975c53a43 user: js tags: new-naming-convention)
00:31
of_byte_order_t -> OFByteOrder (check-in: 1046d10a20 user: js tags: new-naming-convention)
00:24
of_comparator_t -> OFComparator (check-in: aade14a6e2 user: js tags: new-naming-convention)
00:14
of_comparison_result_t -> OFComparisonResult (check-in: 61fc389aee user: js tags: new-naming-convention)
2021-04-13
21:43
Simplify OFValue (check-in: e41940c022 user: js tags: trunk)
2021-04-11
18:44 New ticket [32a54a363f] Support for hardware SHA on x86. (artifact: 680e0607fa user: js)
2021-04-09
01:28
Split XML processing instructions into target/data (check-in: d4b3f8ea70 user: js tags: trunk)
2021-04-08
19:38 Changes to wiki page "API Review for 1.0" (artifact: cbccd6d8ce user: js)
19:31 Changes to wiki page "API Review for 1.0" (artifact: 5f7c9ec5e2 user: js)
19:30
OFXMLComment: Add a property for the text (check-in: f7713f3033 user: js tags: trunk)
17:33 Changes to wiki page "API Review for 1.0" (artifact: a85066ed4a user: js)
17:30 Changes to wiki page "API Review for 1.0" (artifact: 6a21ed5fbd user: js)
17:29
Merge trunk into 1.0 branch (check-in: 205e68365b user: js tags: 1.0)
17:27
src/Makefile: Indentation fix (check-in: bc662af57b user: js tags: trunk)
17:25
Merge trunk into branch "sandbox" (check-in: a43214df30 user: js tags: sandbox)
17:24
Make OFSandbox private (check-in: 787a7388b7 user: js tags: trunk)
17:23
Move sandboxing API to a new branch (check-in: d7f3fc07ce user: js tags: sandbox)
02:16 Changes to wiki page "API Review for 1.0" (artifact: 419b37dbf9 user: js)
02:08 Changes to wiki page "API Review for 1.0" (artifact: e8d9e54933 user: js)
02:01 Changes to wiki page "API Review for 1.0" (artifact: 76498a7830 user: js)
01:58 Changes to wiki page "API Review for 1.0" (artifact: 9362299309 user: js)
01:56
Rename +[elementBuilder] -> +[builder] (check-in: a9711fd17a user: js tags: trunk)
01:33
Add back OFThreadPool (check-in: 116375820d user: js tags: 1.0)
2021-04-07
22:38
Merge trunk into 1.0 branch (check-in: 5234b350ac user: js tags: 1.0)
22:35
Merge trunk into branch "invoke-invocation" (check-in: f77f1f13ca user: js tags: invoke-invocation)
22:31
Remove some leftovers from invocation (check-in: 4b06ad56fd user: js tags: trunk)
22:27
Merge trunk into branch "asn1" (check-in: 88b56f8ce9 user: js tags: asn1)
22:26
Remove leftovers from ASN.1 support (check-in: dd7961ffd5 user: js tags: trunk)
22:20
Make GCC happy again (check-in: 96ee4795ad user: js tags: trunk)
21:57
Merge trunk into branch "asn1" (check-in: bbcb77703f user: js tags: asn1)
21:56
Remove incomplete ASN.1 support (check-in: edc3ddf026 user: js tags: trunk)
21:49
Move incomplete ASN.1 support into a new branch (check-in: 5feffd9580 user: js tags: asn1)
21:46
Merge trunk into branch "sctp" (check-in: 68a6a410ae user: js tags: sctp)
21:45
Remove incomplete SCTP support (check-in: a863ef544f user: js tags: trunk)
21:44
Move incomplete SCTP support into a new branch (check-in: 41fc0bb66e user: js tags: sctp)
21:39
Merge trunk into branch "ofsock" (check-in: 771537a7e4 user: js tags: ofsock)
21:38
Remove utils/ofsock, it has been moved to a branch (check-in: 5da858b5be user: js tags: trunk)
21:37
Move incomplete utils/ofsock into a new branch (check-in: 52b10168ce user: js tags: ofsock)
More ↓