forked from ago/madwimax
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
659 lines (379 loc) · 19.9 KB
/
ChangeLog
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
2009-07-08 11:13 Alexander Gordeev <[email protected]>
* scripts/udev/z60_madwimax.rules.in: z60_madwimax.rules.in: run
with the default log level instead of quiet.
(Closes issue #24)
2009-07-08 11:11 Alexander Gordeev <[email protected]>
* scripts/udev/z60_madwimax.rules.in: z60_madwimax.rules.in: start
madwimax only when the actual device node
is ready. (Closes issue #22)
2009-07-04 03:46 Alexander Gordeev <[email protected]>
* ChangeLog, INSTALL, NEWS, README, TODO, configure.ac,
include/Makefile.am: Bump version to 0.1.1. Update docs.
2009-07-04 03:00 Alexander Gordeev <[email protected]>
* src/protocol.c, src/protocol.h, src/wimax.c: Major protocol code
rewrite and generalization.
2009-07-04 00:28 Alexander Gordeev <[email protected]>
* man/madwimax.8.txt, src/wimax.c: Update help and man according to
recent changes.
2009-07-04 00:14 Alexander Gordeev <[email protected]>
* src/wimax.c: Add an option for event script path (based on
theMIROn's patch). Handle
ssid better as well. (Closes issue #21)
2009-07-03 17:46 Alexander Gordeev <[email protected]>
* src/wimax.c: Fix libusb.h include (based on theMIROn's patch).
2009-06-17 14:46 Alexander Gordeev <[email protected]>
* configure.ac, man/Makefile.am, scripts/events/Makefile.am: Check
for asciidoc and docbook2x-man in configure for proper man page
generation. Also one can now completely disable man pages using
--without-man-pages configure switch. (Closes issue #11.)
2009-06-15 12:09 Alexander Gordeev <[email protected]>
* man/madwimax.8.txt, src/wimax.c: Add 'ssid' option to support
non-Yota networks without recompilation (based on the patch from
Alexei Tarnakin).
2009-05-08 18:14 Alexander Gordeev <[email protected]>
* src/wimax.c: Fix VID:PID endianness problem (issue 15).
2009-04-19 17:51 Alexander Gordeev <[email protected]>
* INSTALL, README, TODO, man/madwimax.8.txt: Fix some documentation
issues.
2009-04-18 21:57 Alexander Gordeev <[email protected]>
* man/Makefile.am: Don't output man page to stdout because this
will make an empty file if docbook2x is missing.
2009-04-17 20:21 Alexander Gordeev <[email protected]>
* man/Makefile.am: Remove generated man pages on clean.
2009-04-17 08:38 Alexander Gordeev <[email protected]>
* man/Makefile.am: Use docbook2x-man instead of xsltproc for
xml->man conversion.
2009-04-14 21:49 Alexander Gordeev <[email protected]>
* configure.ac, src/Makefile.am: Move libusb1_LIBS to the end of
madwimax ld flags.
2009-04-14 21:45 Alexander Gordeev <[email protected]>
* configure.ac, scripts/events/Makefile.am: Change sysconfdir
globally.
2009-04-14 13:53 Alexander Gordeev <[email protected]>
* src/wimax.c: End child process if event script cannot be launched
(thanks Alexander Monakov for pointing this out).
2009-04-13 02:17 Alexander Gordeev <[email protected]>
* src/wimax.c: Initialize timeval structure to prevent negative
delay.
2009-04-13 00:37 Alexander Gordeev <[email protected]>
* src/protocol.c, src/protocol.h, src/wimax.c: Pass network id to
fill_auth_set_cmd instead of using a hard-coded value.
2009-04-12 07:22 Alexander Gordeev <[email protected]>
* src/protocol.c: One more update.
2009-04-12 07:19 Alexander Gordeev <[email protected]>
* README, src/logging.c, src/logging.h, src/protocol.h,
src/tap_dev.c, src/tap_dev.h, src/wimax.c, src/wimax.h: Update
project descriptions.
2009-04-11 23:32 Alexander Gordeev <[email protected]>
* scripts/events/Makefile.am: Install to etc/madwimax by default,
instead of plain etc.
2009-04-11 23:31 Alexander Gordeev <[email protected]>
* AUTHORS, ChangeLog: Fix email address.
2009-04-11 23:29 Alexander Gordeev <[email protected]>
* src/wimax.c: Fix embedded help.
2009-04-11 23:27 Alexander Gordeev <[email protected]>
* Makefile.am, configure.ac, man, man/Makefile.am,
man/madwimax.8.txt: Add madwimax man page.
2009-04-09 19:53 Alexander Gordeev <[email protected]>
* scripts/udev/z60_madwimax.rules.in: Update udev rules. Start
madwimax by default when device is plugged.
2009-04-09 11:40 Alexander Gordeev <[email protected]>
* scripts/events/event.sh.generic.in,
scripts/events/event.sh.wl500g.in: Don't use xargs in scripts.
2009-04-08 23:42 Alexander Gordeev <[email protected]>
* scripts/events/event.sh.generic.in: Use absolute paths in generic
script.
2009-04-08 23:39 Alexander Gordeev <[email protected]>
* src/wimax.c: Add VID:PID of LRTC (Lithuanian mWimax network)
version of SWC-U200.
2009-03-19 22:26 Alexander Gordeev <[email protected]>
* scripts/events/event.sh.generic.in: Fix generic script (thanks
Druker).
2009-03-15 02:00 Alexander Gordeev <[email protected]>
* src/wimax.c: Always wait for all specified events in
process_events_by_mask. Previous behaviour was too unpredictable.
2009-03-10 23:17 Alexander Gordeev <[email protected]>
* scripts/udev/z60_madwimax.rules.in, src/wimax.c: Add support for
SWC-E100 (thanks rumikk).
2009-03-01 23:40 Alexander Gordeev <[email protected]>
* TODO, configure.ac: Print message if pkg-config or libusb-1.0 are
not found by configure.
2009-02-12 12:06 Alexander Gordeev <[email protected]>
* TODO: Update TODO.
2009-02-11 13:18 Alexander Gordeev <[email protected]>
* ChangeLog, INSTALL, NEWS, configure.ac: Bump version to 0.1.0.
Update docs.
2009-02-11 08:54 Alexander Gordeev <[email protected]>
* .gitignore, scripts/events/Makefile.am: Fix make dist and
distclean targets. Fix .gitignore.
2009-02-10 19:18 Alexander Gordeev <[email protected]>
* scripts/events/event.sh.wl500g.in, src/wimax.c: Fix event issue.
Remove the old masquerade rule when interface goes down.
2009-02-10 18:52 Alexander Gordeev <[email protected]>
* src/wimax.c: Fix set_coe.
2009-02-10 18:46 Alexander Gordeev <[email protected]>
* TODO, scripts/events, scripts/events/event.sh.generic.in,
scripts/events/event.sh.wl500g.in, src/wimax.c: Update wl500g
script. Add if-create and if-release events.
2009-02-08 00:29 Alexander Gordeev <[email protected]>
* src/logging.c, src/logging.h, src/protocol.c, src/protocol.h,
src/tap_dev.c, src/tap_dev.h, src/wimax.c, src/wimax.h: Fix
copyright notices in source files.
2009-02-07 23:44 Alexander Gordeev <[email protected]>
* scripts/events: Fix svn:ignore.
2009-02-07 22:16 Alexander Gordeev <[email protected]>
* configure.ac, scripts/events/Makefile.am,
scripts/events/event.sh.generic.in, scripts/events/event.sh.in,
scripts/events/event.sh.wl500g.in: Can now select a script to
use. Add generic and wl500g scripts.
2009-02-06 12:20 Alexander Gordeev <[email protected]>
* INSTALL, THANKS, TODO: Various documentation updates.
2009-02-06 12:04 Alexander Gordeev <[email protected]>
* scripts/if-up-down: Delete old directory for event scripts.
2009-02-05 22:07 Alexander Gordeev <[email protected]>
* src/wimax.c: Fix bug in device list size calculation.
2009-02-05 20:45 Alexander Gordeev <[email protected]>
* src/logging.c: Flush log file after each entry.
2009-02-05 08:10 Alexander Gordeev <[email protected]>
* src/wimax.c: Detach modem interface kernel driver if active and
reattach it at exit.
2009-02-05 01:06 Alexander Gordeev <[email protected]>
* src/wimax.c: Name network interface wimax* instead of tap*.
2009-02-05 01:05 Alexander Gordeev <[email protected]>
* src/tap_dev.c: Remove old code.
2009-02-04 23:25 Alexander Gordeev <[email protected]>
* src/wimax.c: Print some info about the scanned devices.
2009-02-03 23:46 Alexander Gordeev <[email protected]>
* src/protocol.c, src/wimax.c: Rearranged message log levels.
2009-02-03 23:22 Alexander Gordeev <[email protected]>
* TODO, src/logging.c, src/logging.h, src/wimax.c: Add logging to
file option.
2009-02-01 00:37 Alexander Gordeev <[email protected]>
* configure.ac, src/logging.c, src/logging.h, src/wimax.c: Log to
syslog if daemonized.
2009-01-31 23:08 Alexander Gordeev <[email protected]>
* src/logging.c, src/logging.h, src/protocol.c, src/wimax.c: Rename
the logging functions: debug -> wmlog.
2009-01-31 22:59 Alexander Gordeev <[email protected]>
* src/logging.c, src/protocol.c, src/wimax.c: Print new line after
every debug message.
2009-01-27 15:20 Alexander Gordeev <[email protected]>
* src/wimax.c: Set default MTU to 1386.
2009-01-25 20:58 Alexander Gordeev <[email protected]>
* ., scripts/events: Fix svn:ignore.
2009-01-24 15:19 Alexander Gordeev <[email protected]>
* .gitignore, configure.ac, scripts/Makefile.am, scripts/events,
scripts/events/Makefile.am, scripts/events/event.sh.in,
scripts/if-up-down/Makefile.am, scripts/if-up-down/if-down,
scripts/if-up-down/if-up, src/wimax.c: update scripts
2009-01-24 15:18 Alexander Gordeev <[email protected]>
* include/Makefile.am: add git last commit to the version string
2009-01-24 15:18 Alexander Gordeev <[email protected]>
* .gitignore: add .gitignore
2009-01-17 02:28 Alexander Gordeev <[email protected]>
* src/Makefile.am: Fix madwimax LDFLAGS for wl500g environment.
2009-01-16 23:50 Alexander Gordeev <[email protected]>
* include, src: Fix svn:ignore.
2009-01-16 23:45 Alexander Gordeev <[email protected]>
* Makefile.am, configure.ac, scripts, scripts/Makefile.am,
scripts/if-up-down, scripts/if-up-down/Makefile.am, scripts/udev,
scripts/udev/Makefile.am, scripts/udev/z60_madwimax.rules,
scripts/udev/z60_madwimax.rules.in, src/Makefile.am,
src/logging.c, src/protocol.c, src/wimax.c: Work on build scripts
mostly done.
2009-01-16 10:56 Alexander Gordeev <[email protected]>
* include/Makefile.am: Prepend svn revision with 'r' for clarity.
2009-01-16 10:52 Alexander Gordeev <[email protected]>
* ., Makefile.am, configure.ac, include, include/Makefile.am,
src/Makefile.am, src/logging.c, src/logging.h, src/wimax.c,
src/wimax.h: Move all debug/logging output code to logging.[ch].
Include svn revision in the version string.
2009-01-15 23:23 Alexander Gordeev <[email protected]>
* src/wimax.c: Add an option for version printing. Work on option
parsing code.
2009-01-15 18:57 Alexander Gordeev <[email protected]>
* TODO, scripts/udev/z60_madwimax.rules, src/wimax.c: Add various
device matching methods.
2009-01-15 14:41 Alexander Gordeev <[email protected]>
* src/wimax.c: Change mtu to 1400.
2009-01-15 09:28 Alexander Gordeev <[email protected]>
* src/wimax.c: Print an explanation text in case of problems with
the TAP interface.
2009-01-14 23:38 Alexander Gordeev <[email protected]>
* src/wimax.c: Add list of the supported devices.
2009-01-14 14:16 Alexander Gordeev <[email protected]>
* src/wimax.c: Exit only when device is disconnected.
2009-01-09 04:18 Alexander Gordeev <[email protected]>
* src/wimax.c: Add an option to detach pseudo-DVD kernel driver on
startup.
2009-01-09 03:28 Alexander Gordeev <[email protected]>
* src/wimax.c: Explicitely specify libusb context.
2009-01-08 23:42 Alexander Gordeev <[email protected]>
* src/wimax.c: Fix bugs.
2009-01-08 12:46 Alexander Gordeev <[email protected]>
* configure.ac, scripts/if-up-down/if-up, src/wimax.c: Update
configure.ac. Run if-down on exit.
2009-01-08 11:13 Alexander Gordeev <[email protected]>
* TODO: Update TODO.
2009-01-08 10:58 Alexander Gordeev <[email protected]>
* scripts/if-up-down/if-down, scripts/if-up-down/if-up: Set
svn:executable for scripts.
2009-01-08 10:53 Alexander Gordeev <[email protected]>
* scripts/if-up-down, scripts/if-up-down/if-down,
scripts/if-up-down/if-up, src/tap_dev.c, src/wimax.c: Run
user-supplied scripts on network connect/disconnect.
2008-12-30 17:29 Alexander Gordeev <[email protected]>
* configure.ac, src/tap_dev.c: Add more checks reported by
autoscan.
2008-12-30 14:36 Alexander Gordeev <[email protected]>
* ., src: Update svn:ignore.
2008-12-30 14:32 Alexander Gordeev <[email protected]>
* AUTHORS, ChangeLog, Makefile, Makefile.am, TODO, configure.ac,
src/Makefile.am: Use autotools to build and install everything.
2008-12-29 03:38 Alexander Gordeev <[email protected]>
* TODO: Update TODO.
2008-12-29 03:25 Alexander Gordeev <[email protected]>
* src/tap_dev.c, src/tap_dev.h, src/wimax.c: Set tap interface mtu.
2008-12-28 15:34 Alexander Gordeev <[email protected]>
* Makefile: Add libpthread to the linked libraries.
2008-12-28 13:24 Alexander Gordeev <[email protected]>
* Makefile, protocol.c, protocol.h, scripts, scripts/udev,
scripts/udev/z60_madwimax.rules, src, src/protocol.c,
src/protocol.h, src/tap_dev.c, src/tap_dev.h, src/wimax.c,
src/wimax.h, tap_dev.c, tap_dev.h, wimax.c, wimax.h,
z60_madwimax.rules: Reorganize files.
2008-12-28 13:18 Alexander Gordeev <[email protected]>
* wimax.c: Change the error message.
2008-12-28 13:13 Alexander Gordeev <[email protected]>
* NEWS, wimax.c: Immediately exit when device is lost. Update NEWS
for the new release.
2008-12-28 12:56 Alexander Gordeev <[email protected]>
* wimax.c: Fix previous commit.
2008-12-28 02:49 Alexander Gordeev <[email protected]>
* wimax.c: Move daemonizing code up to make udev happier.
2008-12-27 17:32 Alexander Gordeev <[email protected]>
* wimax.c: Some refactoring.
2008-12-27 12:20 Alexander Gordeev <[email protected]>
* wimax.c: Bring TAP interface up/down when connected/disconnected.
2008-12-27 11:12 Alexander Gordeev <[email protected]>
* protocol.c, wimax.c, wimax.h: Rename net_found to link_status.
Make state change affect also link_status.
2008-12-27 10:41 Alexander Gordeev <[email protected]>
* 025_madwimax.rules, z60_madwimax.rules: Fix the order of the
rules.
2008-12-26 06:49 Alexander Gordeev <[email protected]>
* 025_madwimax.rules: Fix udev rules file header.
2008-12-26 06:43 Alexander Gordeev <[email protected]>
* 025_madwimax.rules: Add udev rules example.
2008-12-26 04:15 Alexander Gordeev <[email protected]>
* wimax.c: Change the semantics of process_events_by_mask: return
only when all the events in the mask happened or on timeout.
2008-12-26 03:58 Alexander Gordeev <[email protected]>
* protocol.c, wimax.c: Further rework of events handling.
2008-12-26 00:39 Alexander Gordeev <[email protected]>
* Makefile: Explicitly specify source files to prevent some
unwanted things from happening.
2008-12-26 00:23 Alexander Gordeev <[email protected]>
* wimax.c, wimax.h: Minor changes.
2008-12-25 20:01 Alexander Gordeev <[email protected]>
* tap_dev.c, tap_dev.h, tun_dev.c, tun_dev.h, wimax.c: Rename
tun_dev.[ch] to tap_dev.[ch].
2008-12-25 19:59 Alexander Gordeev <[email protected]>
* tun_dev.c: Fix tun_dev.c copyright notice.
2008-12-25 19:55 Alexander Gordeev <[email protected]>
* tun_dev.c, tun_dev.h: Add functions to bring the TAP interface up
and down.
2008-12-25 03:21 Alexander Gordeev <[email protected]>
* TODO: Updated TODO.
2008-12-24 04:50 Alexander Gordeev <[email protected]>
* wimax.c: Replace a lot of checks with a macro.
2008-12-24 04:18 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c, wimax.h: Work on 5745 exchange.
2008-12-22 09:46 Alexander Gordeev <[email protected]>
* TODO: Updated TODO.
2008-12-22 01:57 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c: Control the diode.
2008-12-22 00:31 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c: Add a widescan request. Update
some function names.
2008-12-21 00:51 Alexander Gordeev <[email protected]>
* wimax.c: Add args handling via getopt and support for
daemonizing.
2008-12-20 21:50 Alexander Gordeev <[email protected]>
* wimax.c: Remove connection state check.
2008-12-20 15:34 Vladislav Isenbaev <[email protected]>
* wimax.c: Added line feeds in some debug messages
2008-12-20 14:08 Alexander Gordeev <[email protected]>
* wimax.c: Fix several bugs in process_events_by_mask.
2008-12-20 13:46 Alexander Gordeev <[email protected]>
* wimax.c: Pass arguments properly (fix commit 47).
2008-12-20 13:20 Alexander Gordeev <[email protected]>
* wimax.c, wimax.h: Do more intelligent event processing through
event masks and timeouts.
2008-12-20 12:06 Alexander Gordeev <[email protected]>
* wimax.c: Fixed process_events (also fixed commit 45).
2008-12-20 11:56 Alexander Gordeev <[email protected]>
* wimax.c: Only send packets in the 'NORMAL' state.
2008-12-20 11:51 Alexander Gordeev <[email protected]>
* TODO, wimax.c: Add callbacks for pollfd added/removed events.
2008-12-19 18:31 Alexander Gordeev <[email protected]>
* TODO, wimax.c: Allow all types of packets since the hardware
handles them correctly.
2008-12-19 18:29 Alexander Gordeev <[email protected]>
* tun_dev.c, tun_dev.h: Add functions to get/set TAP interface
flags.
2008-12-19 15:41 Alexander Gordeev <[email protected]>
* COPYING, INSTALL, NEWS, README, TODO: Add several files required
by the GNU coding standards.
2008-12-19 13:34 Alexander Gordeev <[email protected]>
* protocol.c: Remove the unneeded header.
2008-12-19 05:54 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, tun_dev.c, tun_dev.h, wimax.c, wimax.h: -
poll TAP fd along with others
- do packet exchange between TAP and the modem (IP only)
(based on Vladislav Isenbaev's patch)
2008-12-19 03:25 Alexander Gordeev <[email protected]>
* Makefile, protocol.c, tun_dev.c, tun_dev.h, wimax.c: Add -Wall to
CFLAGS and eliminate warnings (thanks Vladislav Isenbaev for
suggestion).
2008-12-16 20:48 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c: Send one more request to get to
'NORMAL' state.
2008-12-16 01:16 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c, wimax.h: Add several requests
and parse the responses (currently untested).
2008-12-16 00:17 Alexander Gordeev <[email protected]>
* tun_dev.c, tun_dev.h, wimax.c: Set tap MAC to the one reported by
the device.
2008-12-16 00:16 Alexander Gordeev <[email protected]>
* wimax.h: Fixed field sizes.
2008-12-15 19:55 Alexander Gordeev <[email protected]>
* wimax.c: Fix minor bug.
2008-12-15 17:51 Alexander Gordeev <[email protected]>
* protocol.c, tun_dev.c, tun_dev.h, wimax.c, wimax.h: Add tun_dev.c
from VTun (vtun.sourceforge.net) to handle tap interface
allocation. Some refactoring.
2008-12-15 00:25 Alexander Gordeev <[email protected]>
* protocol.c, wimax.c, wimax.h: Some refactoring.
2008-12-13 23:58 Alexander Gordeev <[email protected]>
* protocol.c, wimax.c, wimax.h: Print network status.
2008-12-13 23:27 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c: Add scan loop.
2008-12-13 22:41 Alexander Gordeev <[email protected]>
* protocol.c, protocol.h, wimax.c, wimax.h: Add several requests
and parse the responses.
2008-12-13 16:12 Alexander Gordeev <[email protected]>
* protocol.c, wimax.c: Turn on continuous async read.
2008-12-13 16:00 Alexander Gordeev <[email protected]>
* Makefile, protocol.c, protocol.h, wimax.c, wimax.h: Move protocol
related stuff to protocol.[ch].
2008-12-13 13:34 Alexander Gordeev <[email protected]>
* wimax.c: Dump both hex and ASCII.
2008-12-13 12:46 Alexander Gordeev <[email protected]>
* wimax.c: Add initial response processing.
2008-11-30 23:03 Alexander Gordeev <[email protected]>
* wimax.c: Added first async request.
2008-11-14 13:40 Alexander Gordeev <[email protected]>
* Makefile, wimax.c: Initial code import.
2008-11-14 13:06
* .: Initial directory structure.