-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog
340 lines (170 loc) · 8.92 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
2013-08-10 18:04:37 +0200 Julien Palard <[email protected]>
* Documentation and example of the Python API
2013-08-10 17:45:24 +0200 Julien Palard <[email protected]>
* Documentation and example of the C API
2013-08-10 17:44:12 +0200 Julien Palard <[email protected]>
* FIX: Style
2013-08-10 17:44:01 +0200 Julien Palard <[email protected]>
* NEW: delete_logtop_state
2013-08-10 17:43:32 +0200 Julien Palard <[email protected]>
* FIX: Makefile to build liblogtop.
2013-07-26 10:07:37 +0200 Julien Palard <[email protected]>
* Version from Makefile
2013-07-26 09:57:55 +0200 Julien Palard <[email protected]>
* FIX: Memory leak in python binding
2013-04-12 11:23:33 +0200 Julien Palard <[email protected]>
* Adding some doc about python module dependencies
2013-03-20 11:36:33 +0100 Julien Palard <[email protected]>
* NEW: Give also global frequency to python module
2013-03-20 11:30:08 +0100 Julien Palard <[email protected]>
* NEW: Give frequency of every lines to python module
2013-03-20 10:01:36 +0100 Julien Palard <[email protected]>
* FIX: Continue to increment time when no new lines are fed
2013-03-20 09:54:29 +0100 Julien Palard <[email protected]>
* Cleaning .pyc files
2013-03-20 09:54:21 +0100 Julien Palard <[email protected]>
* Adding a test file for python module
2013-03-19 18:43:40 +0100 Julien Palard <[email protected]>
* Do not give simplified representation of the string to python, seems useless.
2013-03-14 00:28:52 +0100 Julien Palard <[email protected]>
* Adding python module via swig
2013-03-14 00:25:40 +0100 Julien Palard <[email protected]>
* Simplier to use a struct for swig
2013-03-13 23:37:58 +0100 Julien Palard <[email protected]>
* Adding a logtop_get function
2013-03-13 23:11:18 +0100 Julien Palard <[email protected]>
* Provide a logtop_delete function, renames for consistency
2013-03-13 19:11:18 +0100 Julien Palard <[email protected]>
* Renaming frequency -> logtop, more consistent
2013-03-13 19:06:24 +0100 Julien Palard <[email protected]>
* Renaming logtop -> main (see next commit)
2013-03-13 18:34:34 +0100 Julien Palard <[email protected]>
* Splitting code, first step to provide a lib_logtop.
2012-11-17 23:48:35 +0100 Julien Palard <[email protected]>
* UPDATE: Display improvment
2012-11-17 17:28:44 +0100 Julien Palard <[email protected]>
* ADD: check-syntax in Makefile for Flymake
2012-11-17 17:00:33 +0100 Julien Palard <[email protected]>
* FIX: Diplay consistency in curses mode
2012-11-17 16:59:57 +0100 Julien Palard <[email protected]>
* FIX: Update display every second even in the absence of new lines
2012-11-17 15:56:27 +0100 Julien Palard <[email protected]>
* FIX: ChangeLog readability
2012-11-17 15:08:14 +0100 Julien Palard <[email protected]>
* FIX: Dead lines at the bottom on the list.
2012-11-06 18:24:22 +0100 Julien Palard <[email protected]>
* FIX: Usage
2012-05-28 15:26:45 +0200 Julien Palard <[email protected]>
* FIX: Support LDFLAGS in Makefile
2012-05-21 15:01:50 +0200 Julien Palard <[email protected]>
* FIX: Forgot a debug.
2012-05-20 21:58:59 +0200 Julien Palard <[email protected]>
* Upgrading documentation and manpage.
2012-05-20 21:25:57 +0200 Julien Palard <[email protected]>
* Prit usage if stdin is a TTY.
2012-05-20 21:22:16 +0200 Julien Palard <[email protected]>
* Renaming without_curses in quiet.
2012-05-20 21:09:23 +0200 Julien Palard <[email protected]>
* NEW: Line by line reporting.
2012-05-20 19:40:49 +0200 Julien Palard <[email protected]>
* NEW: -q option to disable curses
2012-05-20 19:28:11 +0200 Julien Palard <[email protected]>
* Enhancing ccurses view.
2012-05-20 17:56:02 +0200 Julien Palard <[email protected]>
* Code uniformisation and -Wstrict-prototypes
2012-05-20 17:51:38 +0200 Julien Palard <[email protected]>
* NEW: Only print the top 10 elements at exit.
2012-05-20 16:33:48 +0200 Julien Palard <[email protected]>
* NEW: Handling SIGINT.
2011-05-31 18:43:43 +0200 Julien <[email protected]>
* Adding a missing build dependency in the README file (uthash-dev)
2011-05-31 18:31:07 +0200 Julien <[email protected]>
* Addin an 'About libavl' in the README file
2011-05-31 18:24:29 +0200 Julien <[email protected]>
* Updating README to reflect the actual implementation, and fixing a typo
2011-05-03 23:47:50 +0200 Julien <[email protected]>
* Replacing strings storage, from an AVL tree to an hashtable, little gain in performance (~20%) But keeping an AVL tree for the rank (as it needs to be sorted)
2011-04-16 12:30:42 +0200 Julien <[email protected]>
* FIX: If a line does not end with \n (the last?) it was reported as an empty string. NEW: Compatibility with lines ending with CR+LF, LF+CR, LF, or CR (and any other combinations !)
2011-04-16 12:17:22 +0200 Julien <[email protected]>
* Some corretion to the manpage
2011-04-16 12:07:46 +0200 Julien <[email protected]>
* Merge branch 'master' of github.com:JulienPalard/logtop
2011-04-16 12:06:25 +0200 Julien <[email protected]>
* Rewriting the README to remove livavl dependencies
2011-03-16 22:47:48 +0100 Julien Palard <[email protected]>
* FIX: Forgotten .o in libavl folder while make clean
2011-03-16 08:51:45 +0100 Julien Palard <[email protected]>
* Fixed a bug that makes some entry to appear more than once in the result.
2011-03-15 23:07:01 +0100 Julien Palard <[email protected]>
* Fixing display bug
2011-03-15 23:06:24 +0100 Julien Palard <[email protected]>
* Removing a useless strlen
2011-03-15 23:01:58 +0100 Julien Palard <[email protected]>
* traverse_log_lines can yield NULL, so we have to check it
2011-03-15 22:51:07 +0100 Julien Palard <[email protected]>
* Simple refactoring of writers
2011-03-15 20:41:29 +0100 Julien Palard <[email protected]>
* Removing one line in the stdout output module to keep the first line of result, previously dropped due to the appearing shell line of the user
2011-03-15 20:39:29 +0100 Julien Palard <[email protected]>
* Removing the unused UNUSED define and protecting STRINGIFY
2011-03-15 20:35:26 +0100 Julien Palard <[email protected]>
* Dropping dependency to Debian's libavl in favor of the pfaff's one, statically build
2011-01-16 20:32:26 +0100 Julien <[email protected]>
* Adding Debian changelog
2010-12-28 10:15:17 +0100 mandark <mandark@epi.(none)>
* Refactorig for readeability
2010-12-28 09:46:32 +0100 mandark <mandark@epi.(none)>
* Moving history structure to history.h
2010-12-28 09:42:26 +0100 mandark <mandark@epi.(none)>
* Updating licences
2010-12-28 09:20:37 +0100 mandark <mandark@epi.(none)>
* Refactoring for readeability
2010-12-28 08:51:29 +0100 mandark <mandark@epi.(none)>
* Splitting history managment in history.c
2010-12-27 08:41:17 +0100 Julien <[email protected]>
* Fixing manpage
2010-12-12 20:57:50 +0100 mandark <mandark@epi.(none)>
* FIX: More verbose help statement FIX: Removing deprecated initialisation of value while parsing arguments
2010-12-12 20:52:37 +0100 mandark <mandark@epi.(none)>
* FIX: Fixing help to remove deprecated -c parameter
2010-12-12 20:51:31 +0100 mandark <mandark@epi.(none)>
* ADD: Compile dependencies in README file
2010-12-12 00:18:40 +0100 Julien <[email protected]>
* NEW: Use ioctl to determine display height.
2010-12-05 20:13:58 +0100 Julien <[email protected]>
* Adding make install and a man
2010-12-05 20:13:02 +0100 Julien <[email protected]>
* Adding -v to get version and -h to get some help
2010-12-05 19:25:56 +0100 Julien <[email protected]>
* Fine tuning visualisation
2010-12-03 09:57:41 +0100 Julien <[email protected]>
* FIX: Replace specials chars like \r to dots to ensure graphical concistency
2010-11-14 22:22:03 +0100 Julien <[email protected]>
* FIX: display_height was non used in stdout display
2010-11-14 15:30:46 +0100 Julien <[email protected]>
* Style improvment and renaming
2010-11-13 21:45:03 +0100 Julien <[email protected]>
* Improving a bit the UI adding the number of log lines read by second ...
2010-11-13 21:27:32 +0100 Julien <[email protected]>
* Oops just forgotten -lefence in da Makefile :p
2010-11-13 21:24:51 +0100 Julien <[email protected]>
* Fix a bug in "get_newest_element_in_history"
2010-11-13 21:09:49 +0100 Julien <[email protected]>
* Fixing headers
2010-11-13 17:32:20 +0100 Julien <[email protected]>
* NEW: Now displaying loglines by seconds as : 917 25/s foobar
2010-11-13 15:33:54 +0100 Julien <[email protected]>
* ADD: Each history entity is now dated, i'll can add some feature like a rotation by duration.
2010-11-13 15:06:13 +0100 Julien <[email protected]>
* FIX: Bug during optparse
2010-11-13 15:00:27 +0100 Julien <[email protected]>
* Adding two new files after splitting source
2010-11-13 14:59:28 +0100 Julien <[email protected]>
* ADD: Dump last view on stdout leaving FIX: Restore curses leaving
2010-07-01 19:17:10 +0200 Julien <[email protected]>
* Add usage sample to the README
2010-07-01 19:09:12 +0200 Julien <[email protected]>
* Updating README : Adding dependencies
2010-07-01 19:05:05 +0200 Julien <[email protected]>
* EHLO World