about summary refs log tree commit diff stats
path: root/src/io/socketstream.nim
Commit message (Expand)AuthorAgeFilesLines
* io: add dynstreambptato2024-03-121-0/+1
* loader: rework process modelbptato2024-03-111-4/+4
* Various refactorings & fixesbptato2024-02-141-70/+21
* loader: fixes & cleanupbptato2024-02-101-2/+4
* loader: use recvData instead of readDatabptato2024-02-091-0/+10
* Incremental renderingbptato2024-02-071-2/+9
* loader: clean up error handlingbptato2024-01-261-8/+14
* Use std/* imports everywherebptato2024-01-071-5/+5
* socketstream: get rid of emitsbptato2023-12-181-50/+15
* socketstream, serversocket: portable bindUnixbptato2023-12-141-1/+6
* reduce new() usagebptato2023-10-251-7/+8
* socketstream: get rid of pointer arithmeticbptato2023-10-181-2/+4
* move around more modulesbptato2023-09-141-0/+147
* Move ips stuff to src/ips/bptato2022-11-221-54/+0
* Incremental loading of text files, etc.bptato2022-11-201-2/+6
* Add JS binding generationbptato2022-09-121-11/+24
* Use unix domain sockets for IPCbptato2022-09-061-0/+37
n205' href='#n205'>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 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293