index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
cvs
/
entries.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not leak a file pointer in case of error
jfb
2005-02-22
1
-2
/
+3
*
- accept a minus sign in front of the file's revision number to
jfb
2005-02-01
1
-3
/
+18
*
stupid me, no need to reinit the queue
jfb
2005-01-14
1
-4
/
+1
*
when removing the last entry from the tail queue, reinitialize the
jfb
2005-01-14
1
-1
/
+11
*
When loading directory entries, create file structures for files which
jfb
2004-12-14
1
-7
/
+5
*
less whitespace, more pretty. ok jfb
tedu
2004-12-07
1
-21
/
+9
*
tighten vertical spacing for else; jfb ok
deraadt
2004-12-06
1
-3
/
+2
*
We don't need to keep a copy of each Entries line, it isn't used
krapht
2004-11-09
1
-9
/
+2
*
use the correct Entries path to store in cef_path;
joris
2004-08-31
1
-2
/
+2
*
Instead of keeping an open pointer to the Entries file when opening with
jfb
2004-08-27
1
-11
/
+23
*
* add an entry for directories when we create them
jfb
2004-08-13
1
-11
/
+17
*
When the mtime is (time_t)-1, print the dummy timestamp string instead
jfb
2004-08-13
1
-2
/
+6
*
Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keeps
jfb
2004-08-13
1
-4
/
+9
*
When creating a new Entries file, make sure we put one 'D' instead of
jfb
2004-08-12
1
-10
/
+13
*
Fix usage of cvs_splitpath()
jfb
2004-08-06
1
-3
/
+3
*
Simplify entry parsing
jfb
2004-08-04
1
-34
/
+34
*
Implement cvs_ent_remove()
jfb
2004-08-03
1
-1
/
+26
*
* remove header cruft that belongs in file.h
jfb
2004-07-30
1
-23
/
+76
*
* when opening an Entries file for writing, open the file in append mode
jfb
2004-07-27
1
-3
/
+9
*
Fix pointer passed to fclose() in cvs_ent_close()
jfb
2004-07-26
1
-2
/
+2
*
* cleanup the file API with regards to flag handling and
jfb
2004-07-25
1
-10
/
+76
*
Unbreak the Entries loading code and move to a tail queue so we can remove
jfb
2004-07-14
1
-44
/
+32
*
make adding entries to the Entries file work
jfb
2004-07-14
1
-9
/
+70
*
prepare the entries interface so we can add entries
jfb
2004-07-14
1
-2
/
+2
*
* initial import from the cvs-tools module
jfb
2004-07-13
1
-0
/
+263