index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
nativesockets.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
devel: style fix (#19318)
Ștefan Talpalaru
2022-01-04
1
-1
/
+1
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-262
/
+343
*
[minor] reduce `substr` (#18611)
flywind
2021-07-30
1
-4
/
+6
*
fixes #18088 (#18209)
Andreas Rumpf
2021-06-07
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-3
/
+3
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-2
/
+2
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
1
-28
/
+28
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-1
/
+1
*
add getprotobyname (#15273)
flywind
2020-09-09
1
-0
/
+14
*
nativesockets docs minor [backport: 1.2] (#15285)
flywind
2020-09-08
1
-9
/
+9
*
more Protocol supports in windows (#15274) [backport:1.2]
flywind
2020-09-07
1
-5
/
+19
*
Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)
Jaremy Creechley
2020-08-31
1
-1
/
+1
*
fix docs for nativesocket read/write selects (#15010)
Andy Davidoff
2020-07-18
1
-2
/
+2
*
add a second asyncnet.recvFrom (#14237)
rockcavera
2020-06-27
1
-0
/
+34
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-16
/
+0
*
Change `UnpackError` with `UnpackDefect` (#14457)
Ivan Bobev
2020-05-27
1
-3
/
+4
*
nativesockets: add missing inheritable pass-through
Leorize
2020-05-07
1
-1
/
+1
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-20
/
+56
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-48
/
+52
*
tiny style change [refactoring]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-6
/
+6
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-9
/
+9
*
ABI fixes for OSX/BSD; fixes #6860 (#11666)
Andreas Rumpf
2019-07-06
1
-6
/
+6
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-6
/
+2
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-63
/
+0
*
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
1
-2
/
+5
*
Merge pull request #9915 from zevv/asyncnet-unix
Dominik Picheta
2018-12-12
1
-0
/
+11
|
\
|
*
Added basic AF_UNIX support to asyncnet.
Ico Doornekamp
2018-12-09
1
-0
/
+11
*
|
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-2
/
+2
|
/
*
Make getSockDomain work with AF_UNIX sockets
LemonBoy
2018-09-24
1
-7
/
+4
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
1
-22
/
+22
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-2
/
+3
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-4
/
+1
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
1
-2
/
+6
*
make nativesockets.Hostent.addrlist readable for ipv4 af_inet addresses (see ...
skilchen
2018-04-13
1
-2
/
+18
*
Fixed crash/interface. Added tests.
Yuriy Glukhov
2018-03-15
1
-1
/
+1
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-2
/
+22
*
Implements nativesockets.accept.
Dominik Picheta
2017-11-24
1
-2
/
+15
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
1
-6
/
+8
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...
Andreas Rumpf
2017-10-09
1
-2
/
+2
|
\
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-2
/
+2
*
|
Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)
wt
2017-09-21
1
-2
/
+2
*
|
Introduce first class support for Android (#5772)
Fredrik Høisæther Rasch
2017-08-06
1
-1
/
+1
|
/
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-16
/
+47
*
Posix from detect (#5697)
Jacek Sieka
2017-04-12
1
-6
/
+6
*
Fixes ambiguity introduced by #5390.
Dominik Picheta
2017-04-09
1
-2
/
+2
*
Add gethostname to nativesockets (#5443)
Federico Ceratto
2017-03-01
1
-0
/
+16
*
cleaned up accept-close-race fix #5279
Araq
2017-02-07
1
-25
/
+0
*
Move checkCloseError to nativesockets
Ruslan Mustakov
2017-02-07
1
-0
/
+25
[next]