|
|
5d3a987b0e
|
io: directory: implement new b_iterator interface
|
2025-11-01 10:03:59 +00:00 |
|
|
|
e63095c458
|
io: file: update b_stream interface
|
2025-10-28 15:20:37 +00:00 |
|
|
|
a956e21fc4
|
io: path: update to_string() to use new b_stream interface
|
2025-10-24 12:50:15 +01:00 |
|
|
|
50ed2683ea
|
io: file: change base class to b_stream: implement b_stream virtual functions
|
2025-10-24 12:48:18 +01:00 |
|
|
|
297ccdc9ce
|
io: file: convert to new object system
|
2025-10-19 21:00:56 +01:00 |
|
|
|
5b9ecb6d3c
|
io: directory: convert to new object system
|
2025-10-19 21:00:45 +01:00 |
|
|
|
5f660a4a4e
|
io: path: convert to new object system
|
2025-10-19 21:00:26 +01:00 |
|
|
|
06add543bf
|
Merge branch 'main' into feature/new-object-system
|
2025-10-15 11:13:00 +01:00 |
|
|
|
407a0972c1
|
io: file: implement tell() callback for file streams
|
2025-10-12 17:29:49 +01:00 |
|
|
|
d90291c0b1
|
io: path: add function to query the path used to open a file
|
2025-09-22 10:53:23 +01:00 |
|
|
|
49ad80bcf2
|
io: path: use new to_string() and b_string apis
|
2025-09-22 10:52:56 +01:00 |
|
|
|
0751ef469f
|
meta: rename legacy object module to 'ds'
|
2025-08-09 19:57:42 +01:00 |
|
|
|
8bdb770ae5
|
io: directory: implement temporary directories and delete-on-close
|
2025-08-09 19:40:11 +01:00 |
|
|
|
655d8b1881
|
io: path: implement deleting (empty) directories
|
2025-08-09 19:40:02 +01:00 |
|
|
|
663df15289
|
io: implement b_error support for file/directory operations
|
2025-07-28 22:20:20 +01:00 |
|
|
|
8554541f3a
|
io: path: add b_path_duplicate()
|
2025-07-28 22:18:52 +01:00 |
|
|
|
5dc6f4088b
|
io: file: add missing static qualifier to stream callbacks
|
2025-06-27 22:06:22 +01:00 |
|
|
|
23bd483e78
|
io: file: add b_stream support
|
2025-06-27 21:51:52 +01:00 |
|
|
|
56e35ae07d
|
io: path: update to_string callback to use b_stream
|
2025-06-27 21:51:39 +01:00 |
|
|
|
eaa556330e
|
io: implement EPERM -> B_ERR_PERMISSION_DENIED conversion
|
2025-06-27 21:51:18 +01:00 |
|
|
|
730b86d907
|
io: directory: fix wrong stat field usage
|
2025-06-27 21:50:39 +01:00 |
|
|
|
a627116264
|
io: add lots of directory and path manipulation functions
|
2025-04-11 13:54:53 +01:00 |
|
|
|
bf83831cee
|
io: implement stat'ing paths, files, and directory contents
|
2025-02-14 22:06:24 +00:00 |
|
|
|
c822be0804
|
io: implement path manipulation and directory iteration on darwin
|
2025-02-13 18:03:27 +00:00 |
|
|
|
4f9ea02126
|
meta: add module for disk I/O functionality
|
2025-02-10 13:59:20 +00:00 |
|