summary refs log tree commit diff stats
path: root/lib/posix
Commit message (Expand)AuthorAgeFilesLines
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-142-12/+28
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-313-23/+562
* Unsigned iovlen (#15216)wltsmrz2020-08-224-4/+4
* Add `iterator inotify_events` which is *almost always* needed logic for (#15152)c-blake2020-08-081-0/+14
* improve epoll docs (#15137)flywind2020-08-011-21/+23
* posix_other: add define to force time_t to 64 bit [backport] (#14753)alaviss2020-06-221-1/+6
* Add support for mktemps (#14347)Max Grender-Jones2020-05-252-8/+24
* Linux updates (#14170)wltsmrz2020-05-043-9/+17
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-014-12/+12
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-207-1/+25
* posix: add full Haiku support (#13931)alaviss2020-04-092-2/+608
* Deprecate DCE:on (#13839)Juan Carlos2020-04-028-14/+0
* Documentation and Code Style inotify (#13836)Juan Carlos2020-04-021-52/+53
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-0/+10
* Add Documentation (#13811)Juan Carlos2020-03-311-1/+0
* Add EPOLLEXCLUSIVE (#13718)Hiroki Noda2020-03-211-0/+1
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-081-66/+66
* Add link to posix_utils.html in posix.nim (#13111)Federico Ceratto2020-01-121-1/+4
* osx: support nanosecond resolution for file stat (eg getLastModificationTime)...Timothee Cour2019-12-042-2/+7
* Fix #12135 and #12109 (#12137)Euan2019-11-112-0/+563
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-312-8/+14
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-302-2/+2
* Fix many broken linksJjp1372019-10-221-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-2/+2
* Fix mode_t posix definitions (fixes #12119) (#12132)pgkos2019-09-065-6/+17
* styleCheck fixes [bugfix]Araq2019-07-151-3/+3
* styleCheck fixes [bugfix]Araq2019-07-151-2/+2
* styleCheck fixes [bugfix]Araq2019-07-151-2/+2
* there is only one style -- my styleAraq2019-07-101-0/+6
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-104-26/+26
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-104-30/+54
* dynlib: use posix module (#11623)Jacek Sieka2019-07-082-2/+8
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-062-0/+598
* Corrected example shown in documentation (#11654) [ci skip]Akito132019-07-041-1/+1
* Additional platform definitions for sparc64 (#11387)John Paul Adrian Glaubitz2019-06-031-1/+1
* Make range checks in semConv (#7164)Oscar Nihlgård2019-05-101-1/+1
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-282-4/+128
* Add a standard Rusage type definition and wait4, getrusage declarations (#10484)c-blake2019-01-291-0/+20
* Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-063-0/+3
* Merge pull request #9862 from zevv/posix-cmsgAndreas Rumpf2018-12-051-0/+6
|\
| * Added CMSG_SPACE and CMSG_LEN macros to posix.nimIco Doornekamp2018-12-041-0/+6
* | removes deprecated T/P typesAraq2018-11-165-71/+1
|/
* inject `sig` from anonymous proc instead of for loopSebastian Schmidt2018-09-241-4/+5
* fix `posix.onSignal` example, inject current signal as `s`Vindaar2018-09-241-5/+11
* Convert *_family fields to cushortLemonBoy2018-09-195-15/+14
* Fix regression due to type changeLemonBoy2018-09-161-1/+1
* Fix connectUnix/bindUnix with abstract socket pathsLemonBoy2018-09-151-1/+1
* Constant folding for integer casts (#8095)LemonBoy2018-08-311-1/+1
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+11
* Add extended baud rates to posix/termios (#8322)Jeff Ciesielski2018-07-161-0/+15
ef='#n163'>163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276