summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Restrict overmatching MACH ifdef to only trigger on OSX and MachZopolis42022-10-061-2/+2
|
* add non allocating base64 encoding APIVincent Sanders2020-02-231-14/+100
|
* extend base64 api with url safe versionsVincent Sanders2020-02-211-26/+193
|
* add serenity OS for pread and pwrite emulationVincent Sanders2019-10-041-2/+2
|
* Fix m68k-amigaos buildChris Young2016-08-101-1/+1
| | | | uint32 isn't defined in the standard headers
* The EClock frequency is unsignedChris Young2016-08-091-1/+1
|
* fix up unistd operations for amigaos 3 and win32 targetsVincent Sanders2015-04-021-2/+2
|
* explicitly include sys/types necessary for some platforms to get off_tVincent Sanders2015-04-021-0/+1
|
* Added pread and pwrite wrappers.Vincent Sanders2015-04-022-1/+68
| | | | | | | | This adds wrappers for the pread and pwrite standard calls with fixed semantics across all supported platforms. The main variation (so far) is some platforms not having the calls at all and AmigaOS not allowing seeks beyond existing extents.
* Fix build on m68k amigaosrelease/0.0.1Chris Young2014-12-201-2/+2
|
* do not report time in future if time did not move forwards.Vincent Sanders2014-12-011-3/+1
|
* tabs->spacesChris Young2014-11-301-2/+2
|
* Use ReadEClock() instead; AmigaOS 3 compatibility.Chris Young2014-11-301-5/+14
| | | | This might be marginally quicker.
* Change tabs to spaces, and assert that ITimer is not NULL.Chris Young2014-11-291-10/+9
|
* Add monotonic timer for AmigaOS 4.0+Chris Young2014-11-291-0/+14
|
* Improve and document exact behaviour of the returned value.Vincent Sanders2014-11-291-2/+2
|
* add missing mach includesVincent Sanders2014-11-271-0/+2
|
* Implement monotonic time fetch for MACH systemsVincent Sanders2014-11-271-2/+13
|
* fix include positionVincent Sanders2014-11-271-4/+8
|
* add fallback for RISC OS monotonic timerVincent Sanders2014-11-271-6/+26
|
* move to using POSIX monotonic clock if availableVincent Sanders2014-11-261-1/+9
|
* fix monotonic timer API namingVincent Sanders2014-11-261-1/+1
|
* Fix error enum to not conflict and add monotonic time implementationVincent Sanders2014-11-262-10/+17
|
* add initial monotonic timer APIVincent Sanders2014-11-262-1/+26
|
* fix base64 implementation namespaceVincent Sanders2014-11-261-2/+2
|
* Initial nsutils library with base64 implementation an testsVincent Sanders2014-11-182-0/+184