about summary refs log tree commit diff stats
path: root/091socket.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4266 - space for alloc-id in heap allocationsKartik Agaram2018-06-241-1/+1
| | | | This has taken me almost 6 weeks :(
* 4258 - undo 4257Kartik Agaram2018-06-151-1/+1
|
* 4257 - abortive attempt at safe fat pointersKartik Agaram2018-06-151-1/+1
| | | | | | | | | | | | | | | | I've been working on this slowly over several weeks, but it's too hard to support 0 as the null value for addresses. I constantly have to add exceptions for scalar value corresponding to an address type (now occupying 2 locations). The final straw is the test for 'reload': x:num <- reload text 'reload' returns an address. But there's no way to know that for arbitrary instructions. New plan: let's put this off for a bit and first create support for literals. Then use 'null' instead of '0' for addresses everywhere. Then it'll be easy to just change what 'null' means.
* 3877Kartik K. Agaram2017-05-261-11/+11
|
* 3602Kartik K. Agaram2016-10-271-15/+13
| | | | | Simplify primitive interface to read from a socket: now returns just a single character.
* 3600 - allow reading a single byte from a socketKartik K. Agaram2016-10-271-3/+3
| | | | | | | Required fixing an off-by-one error. (Not bothering writing a test for this since I'm hoping to simplify $read-from-socket to always return a single character..)
* 3595Kartik K. Agaram2016-10-251-1/+1
| | | | | Fix for that annoying popup from the Mac OS firewall: inside tests keep any opened ports accessible only to localhost.
* 3586Kartik K. Agaram2016-10-241-0/+10
| | | | Make sure we clear the socket variable after closing it.
* 3585Kartik K. Agaram2016-10-241-11/+0
|
* 3584Kartik K. Agaram2016-10-241-2/+1
|
* 3583Kartik K. Agaram2016-10-241-5/+5
|
* 3582Kartik K. Agaram2016-10-241-3/+3
|
* 3581Kartik K. Agaram2016-10-241-2/+21
| | | | | | | Fix CI. 3 different memory leaks in the socket internals. The hard one was recognizing the need for `receive-from-client-socket-and-close`.
* 3579Kartik K. Agaram2016-10-241-1/+1
|
* 3571 - make 'read-from-socket' non-blockingKartik K. Agaram2016-10-231-11/+32
| | | | Its interface now mirrors that of 'read-event'.
* 3563Kartik K. Agaram2016-10-231-1/+1
|
* 3562Kartik K. Agaram2016-10-221-6/+2
| | | | Fix CI. Revert accidentally-added files.
* 3561Kartik K. Agaram2016-10-221-2/+6
|
* 3523 - http client now workingKartik K. Agaram2016-10-201-7/+92
|
* 3522Kartik K. Agaram2016-10-191-1/+1
|
* 3519 - reading lots of data from a socketKartik K. Agaram2016-10-181-2/+11
| | | | | | In the process I've also altered the API of $read-from-socket to return a boolean (eof?) rather than the number of bytes read (which is implicit in the length of the returned array).
* 3508Kartik K. Agaram2016-10-161-2/+2
|
* 3499Kartik K. Agaram2016-10-151-2/+1
|
* 3486Kartik K. Agaram2016-10-081-3/+3
|
* 3485Kartik K. Agaram2016-10-081-2/+2
|
* 3484Kartik K. Agaram2016-10-081-5/+5
|
* 3482Kartik K. Agaram2016-10-081-1/+1
|
* 3477Kartik K. Agaram2016-10-081-0/+5
|
* 3476Kartik K. Agaram2016-10-071-8/+8
|
* 3473Kartik K. Agaram2016-10-071-2/+2
|
* 3472Kartik K. Agaram2016-10-071-2/+2
|
* 3471Kartik K. Agaram2016-10-071-10/+17
|
* 3470Kartik K. Agaram2016-10-071-3/+4
|
* 3469Kartik K. Agaram2016-10-071-5/+5
|
* 3467Kartik K. Agaram2016-10-071-19/+18
|
* 3466Kartik K. Agaram2016-10-071-13/+14
|
* 3427Kartik K. Agaram2016-09-271-2/+5
|
* 3412Kartik K. Agaram2016-09-241-6/+8
| | | | Clean up a memory leak and a couple of other things.
* 3403Stephen Malina2016-09-211-28/+19
| | | | | Wrap $read-from-socket in a channel and fix the socket example so that browser's display the response properly.
* 3399 - Update network primitives.Stephen Malina2016-09-181-16/+56
| | | | | | | $write-to-socket, $read-from-socket, and $accept now pass around references to socket pointers. $read-from-socket handles EOF explicitly.
* 3349Kartik K. Agaram2016-09-141-2/+6
| | | | Fix a warning on some compilers.
* 3323 - Add simple network primitivesStephen Malina2016-09-111-0/+166
Includes four Mu functions: - $socket: Creates the C structure for a socket and tries to bind and listen on a user-provided port. - $accept: Returns a number pointer to a new socket session. Should be called with the result of $socket. - $read-from-socket: Read one character from the socket, passed in as a Mu number. Should only be called after calling $socket and $accept. - $close-socket: Takes two parameters, one for the result of $socket and one for the result of $accept, closing both sockets and releasing bound ports.
itter Kartik K. Agaram <vc@akkartik.com> 2022-09-03 13:58:30 -0700 editing source code from within the app' href='/akkartik/view.love/commit/main.lua?id=42762ce06290650fe5bec9b516c5dda9e2fd97fb'>42762ce ^
8c97755 ^
42762ce ^


19597e7 ^





8c97755 ^

19597e7 ^

4c0095e ^

42762ce ^
8c97755 ^
42762ce ^






0e0f36f ^
33ea91f ^

f421e1d ^
8c97755 ^
42762ce ^
2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^


42762ce ^


8c97755 ^
42762ce ^
0e0f36f ^
42762ce ^







8f06b74 ^

f421e1d ^
7057ac7 ^



8c97755 ^
6e391d7 ^


8c97755 ^
42762ce ^


51eb86c ^

f421e1d ^
0e0f36f ^
8c97755 ^
a5f725a ^
0e0f36f ^
fe8e4fd ^
a5f725a ^
42762ce ^







eaa3820 ^

2b3e09c ^
42762ce ^
0e0f36f ^
42762ce ^


19597e7 ^
8c97755 ^
6e391d7 ^
366d806 ^
19597e7 ^
8c97755 ^
19597e7 ^
6e391d7 ^


42762ce ^







e74b92b ^
42762ce ^



e74b92b ^
8c97755 ^
42762ce ^








19597e7 ^
42762ce ^


2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

94b6d04 ^


f421e1d ^
8c97755 ^
42762ce ^
0e0f36f ^
94b6d04 ^

42762ce ^
19597e7 ^
42762ce ^
2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^


bb9e23a ^

f351ee2 ^
8c97755 ^
42762ce ^
0e0f36f ^
94b6d04 ^

42762ce ^
19597e7 ^

f351ee2 ^
42762ce ^
f351ee2 ^
42762ce ^


ccf7ecc ^

42762ce ^
8c97755 ^
42762ce ^

7ef551b ^
42762ce ^
7ef551b ^
42762ce ^





8c97755 ^
42762ce ^
2b3e09c ^
42762ce ^
2b3e09c ^
42762ce ^

94b6d04 ^
4aa2003 ^
ce31b74 ^
b6102d0 ^










99faf61 ^
8c97755 ^
99faf61 ^








8219db2 ^










42762ce ^
4121613 ^
8c97755 ^
42762ce ^














ce31b74 ^
ce31b74 ^
8c97755 ^

















366d806 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395