-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChangeLog
721 lines (528 loc) · 24 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
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
2012-01-14 Nick Bargnesi <[email protected]>
* Makefile.am, Makefile.in:
Remove inotify-java*tar* in clean.
[42f681f430aa] [tip]
2012-01-13 Nick Bargnesi <[email protected]>
* Makefile.am, Makefile.in, configure, configure.in, inotify-
java-2.0.pc.in, inotify-java-2.1.pc.in, src/cpp/Makefile.am,
src/cpp/Makefile.in, src/java/Makefile.am, src/java/Makefile.in:
Start round of fixes to repair dist-xxx targets.
[67d1c3fd2ce9]
* src/java/build.xml:
Make LibraryMain the JAR MANIFEST's Main-Class attribute.
[2ca278c5dce7]
* src/java/build.xml:
Exclude bootstrap and utilities.
[2ca90905d2b7] <java6>
* src/cpp/inotify-interface.cpp, src/cpp/inotify-interface.h,
src/cpp/typedefs.h:
Trade epoll for select.
[c5cf9635e338] <java6>
* specs/fedora.spec, specs/master.spec, specs/suse.spec:
Update URL in specs.
[1a952ab77cbb] <java6>
* specs/fedora.spec, specs/master.spec, specs/suse.spec:
Update specs for RPM builds. These will most likely stay up-to-date
with each release. I have no plans to generate RPMs for inotify-java
however.
[20f2f5a9491d] <java6>
* specs/fedora.spec, specs/master.spec, specs/suse.spec:
Update URL in specs.
[26bc8cf93aa6]
* COPYING.LESSER, TODO, configure,
src/java/classes/com/den_4/inotify_java/ConcurrentReader.java,
src/java/classes/com/den_4/inotify_java/Demo.java,
src/java/classes/com/den_4/inotify_java/Event.java,
src/java/classes/com/den_4/inotify_java/EventQueueFull.java,
src/java/classes/com/den_4/inotify_java/Inotify.java,
src/java/classes/com/den_4/inotify_java/InotifyContext.java,
src/java/classes/com/den_4/inotify_java/InotifyEvent.java,
src/java/classes/com/den_4/inotify_java/InotifyEventListener.java,
src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/classes/com/den_4/inotify_java/LibraryMain.java,
src/java/classes/com/den_4/inotify_java/MonitorService.java,
src/java/classes/com/den_4/inotify_java/NativeInotify.java,
src/java/classes/com/den_4/inotify_java/NonThreadSafe.java,
src/java/classes/com/den_4/inotify_java/ThreadSafe.java,
src/java/classes/com/den_4/inotify_java/Watcher.java,
src/java/classes/com/den_4/inotify_java/enums/Event.java,
src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java, sr
c/java/classes/com/den_4/inotify_java/exceptions/InotifyError.java, s
rc/java/classes/com/den_4/inotify_java/exceptions/InotifyException.j
ava, src/java/classes/com/den_4/inotify_java/exceptions/Insufficient
KernelMemoryException.java, src/java/classes/com/den_4/inotify_java/
exceptions/InvalidFileDescriptorException.java, src/java/classes/com
/den_4/inotify_java/exceptions/InvalidWatchDescriptorException.java,
src/java/classes/com/den_4/inotify_java/exceptions/OutsideAddressSpa
ceException.java, src/java/classes/com/den_4/inotify_java/exceptions
/PermissionDenied.java, src/java/classes/com/den_4/inotify_java/exce
ptions/ReadAccessDeniedException.java, src/java/classes/com/den_4/in
otify_java/exceptions/SystemLimitException.java, src/java/classes/co
m/den_4/inotify_java/exceptions/UserInstanceLimitException.java, src
/java/classes/com/den_4/inotify_java/exceptions/UserWatchLimitExcept
ion.java,
src/java/test/com/den_4/inotify_java/InotifyContextTest.java,
src/java/test/com/den_4/inotify_java/InotifyUtilitiesTest.java,
src/java/test/com/den_4/inotify_java/Test592201.java,
src/java/test/com/den_4/inotify_java/Utilities.java:
Updates for 2.1.
Properly handle overflow events, add support for out-of-order
priority EventQueueFull events, and introduce a base event class to
better allow for sending EventQueueFull events out of the
MonitorService handler.
[6b7753ce73d2]
* src/java/build.xml:
Exclude bootstrap and utilities.
[cd9b0463b79b]
* src/cpp/inotify-interface.cpp, src/cpp/inotify-interface.h,
src/cpp/typedefs.h:
Trade epoll for select.
[561c80c1aac3]
* specs/fedora.spec, specs/master.spec, specs/suse.spec:
Update specs for RPM builds. These will most likely stay up-to-date
with each release. I have no plans to generate RPMs for inotify-java
however.
[66cc4d64dd5a]
* helpers/filesystem_load_simulator.py:
Merge
[4a50ce74e33a]
2011-11-04 Nick Bargnesi <[email protected]>
* src/java/classes/com/den_4/inotify_java/MonitorService.java:
Unused import.
[d9b8ac96ecc0]
* helpers/filesystem_load_simulator.py:
Daemonize all the event threads. Update arguments and help.
[a2fa75eb793d]
* src/java/classes/com/den_4/inotify_java/MonitorService.java:
Unused import.
[eff167beb0ba] <java6>
* helpers/filesystem_load_simulator.py:
Daemonize all the event threads. Update arguments and help.
[9d27b510647d] <java6>
2011-10-29 Nick Bargnesi <[email protected]>
* src/java/build.xml,
src/java/test/com/den_4/inotify_java/Utilities.java:
Add @Test to Utilities method.
[ffc7c100e9bb]
* src/java/build.xml:
Skip test of **/Utilites.java.
[22713c502ae7]
* src/java/classes/com/den_4/inotify_java/MonitorService.java:
Use the event's method for checking existence of masks.
[9237c0aec822]
* src/java/build.xml:
Only test *Test*.java classes.
[792c6a23c30f]
* src/java/build.xml,
src/java/test/com/den_4/inotify_java/Utilities.java:
Add @Test to Utilities method.
[ad4212babc07] <java6>
* src/java/build.xml:
Skip test of **/Utilites.java.
[f099e02a42d2] <java6>
* src/java/classes/com/den_4/inotify_java/MonitorService.java:
Use the event's method for checking existence of masks.
[23aa0ef9710e] <java6>
* src/java/build.xml:
Only test *Test*.java classes.
[8e1030bbbda5] <java6>
2012-01-13 Nick Bargnesi <[email protected]>
* helpers/filesystem_load_simulator.py:
Add encoding (per PEP-0263) and copyright info.
[dfe5b7e72324]
2011-10-28 Nick Bargnesi <[email protected]>
* src/java/test/com/den_4/inotify_java/TestBootstrap.java,
src/java/test/com/den_4/inotify_java/Utilities.java:
Rename TestBootstrap -> Utilities.
[5003476c6b1b]
* src/java/test/com/den_4/inotify_java/TestBootstrap.java,
src/java/test/com/den_4/inotify_java/Utilities.java:
Rename TestBootstrap -> Utilities.
[f8a69b9c1b95] <java6>
* src/java/test/com/den_4/inotify_java/Test592201.java:
Rename method to resolve ambiguity.
[98dfe90e8e62]
* src/java/classes/com/den_4/inotify_java/NativeInotify.java:
Address documentation in event handler warning of taking too much
time away from processing the native inotify queue.
[408584fe9fd1]
* src/cpp/inotify-interface.cpp, src/cpp/inotify-interface.h,
src/cpp/typedefs.h:
Check for allocation failures. Allocation failures result in
returning from the read function and dumping an exception or a
allocation failure msg to stderr.
[207556f658be]
* src/java/test/com/den_4/inotify_java/Test592201.java:
Rename method to resolve ambiguity.
[d70f15d14111] <java6>
* src/java/classes/com/den_4/inotify_java/NativeInotify.java:
Address documentation in event handler warning of taking too much
time away from processing the native inotify queue.
[64a24ec959ae] <java6>
* src/cpp/inotify-interface.cpp, src/cpp/inotify-interface.h,
src/cpp/typedefs.h:
Check for allocation failures. Allocation failures result in
returning from the read function and dumping an exception or a
allocation failure msg to stderr.
[28023d6b541f] <java6>
2011-10-24 Nick Bargnesi <[email protected]>
* src/java/build.xml:
Merge in d0e2c00b3fe5 from java6 and bump srcver to 1.7.
[ce95711318cf]
* src/java/build.xml:
Make version and srcver properties.
[647d172cd138]
* Make version and source version properties.
[15e727ba8076] <java6>
* src/java/build.xml:
Make version and srcver properties.
[d0e2c00b3fe5] <java6>
* src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/test/com/den_4/inotify_java/TestBootstrap.java:
Simplify try/catch.
[43cf6d55f076]
* src/java/test/com/den_4/inotify_java/Test592201.java:
Relocate statement to avoid static analysis warning.
[fa322807ad57]
* src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java:
Make fromString variants static.
[4c3a39d4d9a6]
* src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/test/com/den_4/inotify_java/TestBootstrap.java:
Simplify try/catch.
[8a13d1cc4238] <java6>
* src/java/test/com/den_4/inotify_java/Test592201.java:
Relocate statement to avoid static analysis warning.
[8237f1add5fd] <java6>
* src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java:
Make fromString variants static.
[d924a9bd556b] <java6>
* src/java/classes/com/den_4/inotify_java/InotifyContext.java,
src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/classes/com/den_4/inotify_java/MonitorService.java,
src/java/classes/com/den_4/inotify_java/Watcher.java,
src/java/classes/com/den_4/inotify_java/enums/Event.java,
src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java,
src/java/test/com/den_4/inotify_java/InotifyContextTest.java:
Update to Java 7 syntax.
[47c3766f3849]
2011-10-23 Nick Bargnesi <[email protected]>
* src/cpp/Makefile.am, src/cpp/Makefile.in:
Merge 7ffa2f465c6e from java6.
summary: Version soname to 2.1.0, bump ignores.
[89919660369d]
* .hgignore, src/cpp/Makefile.am, src/cpp/Makefile.in:
Version soname to 2.1.0, bump ignores.
[7ffa2f465c6e] <java6>
* .hgignore:
Update ignores (src/java/reports).
[2d62d61e19b0]
* src/java/build.xml,
src/java/test/com/den_4/inotify_java/Test592201.java,
src/java/test/com/den_4/inotify_java/TestBootstrap.java:
Load library programmatically on behalf of tests.
[7e611c07507c]
* .hgignore:
Update ignores (src/java/reports).
[2a4f2bba3cf5] <java6>
* src/java/build.xml,
src/java/test/com/den_4/inotify_java/Test592201.java,
src/java/test/com/den_4/inotify_java/TestBootstrap.java:
Load library programmatically on behalf of tests.
[c1422be8c9e7] <java6>
2011-10-22 Nick Bargnesi <[email protected]>
* src/java/classes/com/den_4/inotify_java/NativeInotify.java:
Fix build.
[72a3b903b763]
* src/java/classes/com/den_4/inotify_java/NativeInotify.java:
Fix build.
[616467d0a76b] <java6>
* src/java/classes/com/den_4/inotify_java/ConcurrentReader.java,
src/java/classes/com/den_4/inotify_java/EventQueueFull.java,
src/java/classes/com/den_4/inotify_java/FileSizeDecreasedEvent.java,
src/java/classes/com/den_4/inotify_java/FileSizeIncreasedEvent.java,
src/java/classes/com/den_4/inotify_java/Inotify.java,
src/java/classes/com/den_4/inotify_java/InotifyContext.java,
src/java/classes/com/den_4/inotify_java/InotifyEvent.java,
src/java/classes/com/den_4/inotify_java/InotifyEventListener.java,
src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/classes/com/den_4/inotify_java/MonitorService.java,
src/java/classes/com/den_4/inotify_java/NativeInotify.java,
src/java/classes/com/den_4/inotify_java/NonThreadSafe.java,
src/java/classes/com/den_4/inotify_java/ThreadSafe.java,
src/java/classes/com/den_4/inotify_java/Watcher.java,
src/java/classes/com/den_4/inotify_java/enums/Event.java,
src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java, sr
c/java/classes/com/den_4/inotify_java/exceptions/InotifyError.java, s
rc/java/classes/com/den_4/inotify_java/exceptions/InotifyException.j
ava, src/java/classes/com/den_4/inotify_java/exceptions/Insufficient
KernelMemoryException.java, src/java/classes/com/den_4/inotify_java/
exceptions/InvalidFileDescriptorException.java, src/java/classes/com
/den_4/inotify_java/exceptions/InvalidWatchDescriptorException.java,
src/java/classes/com/den_4/inotify_java/exceptions/OutsideAddressSpa
ceException.java, src/java/classes/com/den_4/inotify_java/exceptions
/PermissionDenied.java, src/java/classes/com/den_4/inotify_java/exce
ptions/ReadAccessDeniedException.java, src/java/classes/com/den_4/in
otify_java/exceptions/SystemLimitException.java, src/java/classes/co
m/den_4/inotify_java/exceptions/UserInstanceLimitException.java, src
/java/classes/com/den_4/inotify_java/exceptions/UserWatchLimitExcept
ion.java,
src/java/test/com/den_4/inotify_java/InotifyContextTest.java,
src/java/test/com/den_4/inotify_java/InotifyUtilitiesTest.java,
src/java/test/com/den_4/inotify_java/Test592201.java:
Code cleanup, closes issue 1.
[551021a30bbf]
* .hgignore:
Update ignores.
[5664b6b0f145]
* src/java/classes/com/den_4/inotify_java/ConcurrentReader.java,
src/java/classes/com/den_4/inotify_java/EventQueueFull.java,
src/java/classes/com/den_4/inotify_java/FileSizeDecreasedEvent.java,
src/java/classes/com/den_4/inotify_java/FileSizeIncreasedEvent.java,
src/java/classes/com/den_4/inotify_java/Inotify.java,
src/java/classes/com/den_4/inotify_java/InotifyContext.java,
src/java/classes/com/den_4/inotify_java/InotifyEvent.java,
src/java/classes/com/den_4/inotify_java/InotifyEventListener.java,
src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/classes/com/den_4/inotify_java/MonitorService.java,
src/java/classes/com/den_4/inotify_java/NativeInotify.java,
src/java/classes/com/den_4/inotify_java/NonThreadSafe.java,
src/java/classes/com/den_4/inotify_java/ThreadSafe.java,
src/java/classes/com/den_4/inotify_java/Watcher.java,
src/java/classes/com/den_4/inotify_java/enums/Event.java,
src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java, sr
c/java/classes/com/den_4/inotify_java/exceptions/InotifyError.java, s
rc/java/classes/com/den_4/inotify_java/exceptions/InotifyException.j
ava, src/java/classes/com/den_4/inotify_java/exceptions/Insufficient
KernelMemoryException.java, src/java/classes/com/den_4/inotify_java/
exceptions/InvalidFileDescriptorException.java, src/java/classes/com
/den_4/inotify_java/exceptions/InvalidWatchDescriptorException.java,
src/java/classes/com/den_4/inotify_java/exceptions/OutsideAddressSpa
ceException.java, src/java/classes/com/den_4/inotify_java/exceptions
/PermissionDenied.java, src/java/classes/com/den_4/inotify_java/exce
ptions/ReadAccessDeniedException.java, src/java/classes/com/den_4/in
otify_java/exceptions/SystemLimitException.java, src/java/classes/co
m/den_4/inotify_java/exceptions/UserInstanceLimitException.java, src
/java/classes/com/den_4/inotify_java/exceptions/UserWatchLimitExcept
ion.java,
src/java/test/com/den_4/inotify_java/InotifyContextTest.java,
src/java/test/com/den_4/inotify_java/InotifyUtilitiesTest.java,
src/java/test/com/den_4/inotify_java/Test592201.java:
Code cleanup, closes issue 1.
[f5f585601969] <java6>
* .hgignore:
Update ignores.
[2fc65f988be5] <java6>
* .hgignore, NEWS:
Remove copyright notice and update ignores.
[dc73af48e6cb] <java6>
* config.h.in, configure, configure.in:
Update issue tracker URL and check for Java 6.
[887ae2a9c48e] <java6>
2011-10-21 Nick Bargnesi <[email protected]>
* Start java6 branch.
[0bbc4e3e801c] <java6>
2011-10-22 Nick Bargnesi <[email protected]>
* .hgignore:
Update ignores.
[c8b712758797]
* .hgignore, NEWS:
Remove copyright notice and update ignores.
[fda11efc3f22]
* config.h.in, configure, configure.in:
Check for java version 1.7*.
[ba542c25b991]
2011-10-08 Nick Bargnesi <[email protected]>
* configure, src/cpp/Makefile.am, src/cpp/Makefile.in:
Add symlink target to cpp build.
[41028b8a4a09]
* Merge.
[a147c827ec34]
* src/java/classes/com/den_4/inotify_java/Fluctuator.java,
src/java/classes/com/den_4/inotify_java/FluctuatorListener.java,
src/java/test/com/den_4/inotify_java/FluctuatorTest.java:
Remove the fluctuator.
[8ade71a018da]
2011-10-02 Nick Bargnesi <[email protected]>
* configure, src/java/build.xml:
Change junit output to XML.
[2a455a0cc0ae]
2011-10-01 Nick Bargnesi <[email protected]>
* .hgignore:
Update ignores.
[f7607f306b04]
* aclocal.m4, configure, src/java/Makefile.am, src/java/Makefile.in,
src/java/build.xml:
Specify includeantruntime and invoke 'ant clean' in clean local.
[7663f565875c]
2011-09-30 Nick Bargnesi <[email protected]>
* AUTHORS, CONVENTIONS, COPYING, CREDITS, ChangeLog, INSTALL, LICENSE,
Makefile.am, Makefile.in, NEWS, README, TODO, aclocal.m4,
config.guess, config.h.in, config.sub, configure, configure.in,
depcomp, helpers/filesystem_load_simulator.py, inotify-
java-2.0.pc.in, install-sh, lib/junit4-4.8.2.jar, missing,
specs/fedora.spec, specs/master.spec, specs/suse.spec,
src/Makefile.am, src/Makefile.in, src/cpp/Makefile.am,
src/cpp/Makefile.in, src/cpp/inotify-interface.cpp, src/cpp/inotify-
interface.h, src/cpp/typedefs.h, src/java/Makefile.am,
src/java/Makefile.in, src/java/build.xml,
src/java/classes/com/den_4/inotify_java/ConcurrentReader.java,
src/java/classes/com/den_4/inotify_java/EventQueueFull.java,
src/java/classes/com/den_4/inotify_java/FileSizeDecreasedEvent.java,
src/java/classes/com/den_4/inotify_java/FileSizeIncreasedEvent.java,
src/java/classes/com/den_4/inotify_java/Fluctuator.java,
src/java/classes/com/den_4/inotify_java/FluctuatorListener.java,
src/java/classes/com/den_4/inotify_java/Inotify.java,
src/java/classes/com/den_4/inotify_java/InotifyContext.java,
src/java/classes/com/den_4/inotify_java/InotifyEvent.java,
src/java/classes/com/den_4/inotify_java/InotifyEventListener.java,
src/java/classes/com/den_4/inotify_java/InotifyUtilities.java,
src/java/classes/com/den_4/inotify_java/MonitorService.java,
src/java/classes/com/den_4/inotify_java/NativeInotify.java,
src/java/classes/com/den_4/inotify_java/NonThreadSafe.java,
src/java/classes/com/den_4/inotify_java/ThreadSafe.java,
src/java/classes/com/den_4/inotify_java/Watcher.java,
src/java/classes/com/den_4/inotify_java/enums/Event.java,
src/java/classes/com/den_4/inotify_java/enums/EventModifier.java,
src/java/classes/com/den_4/inotify_java/enums/WatchModifier.java, sr
c/java/classes/com/den_4/inotify_java/exceptions/InotifyError.java, s
rc/java/classes/com/den_4/inotify_java/exceptions/InotifyException.j
ava, src/java/classes/com/den_4/inotify_java/exceptions/Insufficient
KernelMemoryException.java, src/java/classes/com/den_4/inotify_java/
exceptions/InvalidFileDescriptorException.java, src/java/classes/com
/den_4/inotify_java/exceptions/InvalidWatchDescriptorException.java,
src/java/classes/com/den_4/inotify_java/exceptions/OutsideAddressSpa
ceException.java, src/java/classes/com/den_4/inotify_java/exceptions
/PermissionDenied.java, src/java/classes/com/den_4/inotify_java/exce
ptions/ReadAccessDeniedException.java, src/java/classes/com/den_4/in
otify_java/exceptions/SystemLimitException.java, src/java/classes/co
m/den_4/inotify_java/exceptions/UserInstanceLimitException.java, src
/java/classes/com/den_4/inotify_java/exceptions/UserWatchLimitExcept
ion.java, src/java/stylesheet.css,
src/java/test/com/den_4/inotify_java/FluctuatorTest.java,
src/java/test/com/den_4/inotify_java/InotifyContextTest.java,
src/java/test/com/den_4/inotify_java/InotifyUtilitiesTest.java,
src/java/test/com/den_4/inotify_java/Test592201.java:
Initial import of bzr+ssh://bazaar.launchpad.net/%2Bbranch/inotify-
java/trunk/ revision 65.
[0627b6c87a55]
2010-06-12 Nick Bargnesi <[email protected]>
Applied patch for bug #592201.
2010-06-10 Nick Bargnesi <[email protected]>
Merge the newbuild branch into trunk.
2010-06-04 Nick Bargnesi <[email protected]>
Update ChangeLog.
2010-06-03 Nick Bargnesi <[email protected]>
Updating NEWS, README, and TODO.
2010-06-03 Nick Bargnesi <[email protected]>
Migrating CONVENTIONS.
2010-06-03 Nick Bargnesi <[email protected]>
Removed old spec in favor of master, SuSE, and Fedora/CentOS versions.
2010-06-01 Nick Bargnesi <[email protected]>
Update spec %files directive, pkg-config template, bump NEWS, and ChangeLog.
2010-05-26 Nick Bargnesi <[email protected]>
Make @libdir@ if it doesn't exist.
2010-05-26 Nick Bargnesi <[email protected]>
Add includeantruntime to javac task.
2010-05-26 nick <nick@liszt>
Updating to new build baseline.
2010-05-23 nick <nick@liszt>
Fix for bug #570200, correct handling of Close and Moved OR'd masks.
2010-02-03 Nick Bargnesi <[email protected]>
Bump ChangeLog.
2010-01-06 Nick Bargnesi <[email protected]>
Declare add/remove watch methods as public, as was intended.
2010-01-06 Nick Bargnesi <[email protected]>
Bug #503359: removed AWT native interface include.
2009-12-11 Nick Bargnesi <[email protected]>
Bump.
2009-12-11 Nick Bargnesi <[email protected]>
These modifications should have been included in the last revision.
2009-12-11 Nick Bargnesi <[email protected]>
Rework load testing capabilities to sufficiently pummel the system with events.
2009-12-11 Nick Bargnesi <[email protected]>
Remove a sysout.
2009-12-11 Nick Bargnesi <[email protected]>
Fix arrival statistics and date formatting. Improve the setting of contextual
names by using concat methods.
2009-12-11 Nick Bargnesi <[email protected]>
Adding a Natural Docs stylesheet, to match the Javadoc style.
2009-12-09 Nick Bargnesi <[email protected]>
Load test updates, one bug fix.
2009-12-09 Nick Bargnesi <[email protected]>
Adding load test utilities.
2009-12-09 Nick Bargnesi <[email protected]>
Unit tests and bug fixes.
2009-12-09 Nick Bargnesi <[email protected]>
The javadoc stylesheet.
2009-12-09 Nick Bargnesi <[email protected]>
Documentation updates, build flags, and build tweaks, in preparation for 2.0
beta.
2009-12-08 Nick Bargnesi <[email protected]>
Initial test stubs for Inotify and MonitorService.
2009-12-08 Nick Bargnesi <[email protected]>
More bits of documentation.
2009-12-08 Nick Bargnesi <[email protected]>
Refactoring, documentation.
2009-12-08 Nick Bargnesi <[email protected]>
Adding bits of missing documentation.
2009-12-02 Nick Bargnesi <[email protected]>
Incorporating statistical calculations.
2009-12-02 Nick Bargnesi <[email protected]>
Monitor service updates.
2009-09-25 Nick Bargnesi <[email protected]>
Adding a service-centric interface to inotify.
2009-09-16 Nick Bargnesi <[email protected]>
Documentation updates.
2009-09-16 Nick Bargnesi <[email protected]>
Use user watch limit exceptions as causes for inotify exceptions thrown on
add_watch invocations. Provide cause constructors in InotifyException to
eliminate the need for calls to initCause().
2009-09-16 Nick Bargnesi <[email protected]>
Throw user watch limit exceptions from JNI add_watch.
2009-08-05 Nick Bargnesi <[email protected]>
Daemonize the thread that services the inotify queue.
2009-07-28 Nick Bargnesi <[email protected]>
Improve toString(), including more consistency.
2009-07-28 Nick Bargnesi <[email protected]>
Change the generated JNI header to jni-header.h.
2009-07-23 Nick Bargnesi <[email protected]>
Adding 256 color support to tutorial class, from terminals.
2009-07-23 Nick Bargnesi <[email protected]>
Adding a tutorial, which will 'interact' with the user, demoing the provided
functionality.
2009-07-23 Nick Bargnesi <[email protected]>
Change main class to 'Tutorial'.
2009-07-23 Nick Bargnesi <[email protected]>
Adding a native inotify subclass, Inotify, in equivalent functionality to what
the inotify API provides including two important pieces of functionality.
2009-07-23 Nick Bargnesi <[email protected]>
Documentation updates only.
2009-07-23 Nick Bargnesi <[email protected]>
Refactor fileDescriptor -> watchDescriptor and correct use.
2009-07-23 Nick Bargnesi <[email protected]>
Include method to return bitwise or of mask values.
2009-07-23 Nick Bargnesi <[email protected]>
Deleting.
2009-07-22 Nick Bargnesi <[email protected]>
Modify toString override to better dispaly event data contents.
2009-07-14 Nick Bargnesi <[email protected]>
Bug and documentation fix for the Watcher class, starting migration of Main
class to demo class.
2009-07-14 Nick Bargnesi <[email protected]>
Added TODO to handle exceptions created calling into Java from JNI.
2009-07-11 Nick Bargnesi <[email protected]>
Documentation, reformatting.
2009-07-11 Nick Bargnesi <[email protected]>
Added assert.h, migrate return outside of switch.
2009-07-11 Nick Bargnesi <[email protected]>
Adding a thread-safe source annotation, for describing thread-safe code,
retained on source only.
2009-07-08 Nick Bargnesi <[email protected]>
Initial import.