Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-09 | put the sticky tag if any in the correct place in the entries line when ↵ | Joris Vink | |
sending it to the server | |||
2006-07-09 | handle SIGPIPE correctly. | Joris Vink | |
2006-07-09 | more straightforward trace (-t) output, too much is just too noisy. | Joris Vink | |
2006-07-08 | move user includes after /usr/include files | Kevin Steves | |
2006-07-08 | missed these from last commit: | Kevin Steves | |
move #include <sys/socket.h> out of includes.h | |||
2006-07-08 | move #include <sys/socket.h> out of includes.h | Kevin Steves | |
2006-07-08 | Introduce a 'MODIFIED' boundary type for undo records. | Kjell Wooding | |
This allows undo to clear the modified flag when undo-ing all the way from a loaded buffer. Originally whipped up at c2k6 after proddings from beck. jason@ ok. | |||
2006-07-08 | Fix a trio of bugs in line numbering: adjusting linenos after undo, | Kjell Wooding | |
cutting a block, and off-by-one linecount. Initial bug discovered by jason | |||
2006-07-08 | XBOCT | Michael Shalayeff | |
2006-07-08 | Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We | Ray Lai | |
always set the temporary file to mode 600, which is already done by mkstemp(). OK joris@ and xsa@ over a month ago. | |||
2006-07-08 | rcs_splitlines() can never return NULL, so don't check for it. | Ray Lai | |
OK joris@ | |||
2006-07-08 | - plug an old memory leak in patching code. | Niall O'Higgins | |
ok joris@ | |||
2006-07-08 | handle "." special in client_check_directory(); | Joris Vink | |
2006-07-08 | allow update in remote mode to work a bit better and | Joris Vink | |
create any missing directories or new directories with -d | |||
2006-07-07 | first part of opencvs remote, fairly useable on existing trees | Joris Vink | |
although i advise against using it on real development trees for now. only a few commands work right so far: - commit - diff - status - log - update (partially working) if you feel like testing remote and run into bugs feel free to contact me, and please include a full trace (-t). | |||
2006-07-07 | fix segfault for newly added files. | Joris Vink | |
found while test driving the new remote code. | |||
2006-07-07 | Don't add space for line numbers twice. | Ray Lai | |
OK otto@ | |||
2006-07-07 | Remove extraneous code: | Ray Lai | |
- Instead of generating the same string twice using printf, generate once and reuse. - Use err instead of errx with strerror. OK otto@ | |||
2006-07-06 | do something sane to EXAMPLES; | Jason McIntyre | |
2006-07-06 | typo in comment | Kevin Steves | |
2006-07-06 | Xr ktrace 2 , else some people might mistake we use ptrace() or sth else | Alexander von Gernler | |
ok mickey@ jmc@ | |||
2006-07-06 | move #include "dns.h" up | Kevin Steves | |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-07-06 | add commandline options to enable logging of transactions; ok markus@ | Damien Miller | |
2006-07-06 | support arguments to Subsystem commands; ok markus@ | Damien Miller | |
2006-07-05 | move #include <netinet/in.h> out of includes.h; ok deraadt@ | Kevin Steves | |
2006-07-05 | remove duplicate prototype for the intpr function. | Brad Smith | |
2006-07-04 | - plug a memory leak | Niall O'Higgins | |
2006-07-04 | various fixes and additions from several pplz | Michael Shalayeff | |
2006-07-04 | update FILES; | Jason McIntyre | |
2006-07-03 | move #include <arpa/inet.h> out of includes.h; old ok djm@ | Kevin Steves | |
2006-07-03 | be consistent with temperatures | Jasper Lievisse Adriaanse | |
2006-07-03 | these items should'be been gone... | Jasper Lievisse Adriaanse | |
2006-07-03 | put USA-history and Space related items in their own files. | Jasper Lievisse Adriaanse | |
idea from mickey. | |||
2006-07-03 | battle of somme, | Jasper Lievisse Adriaanse | |
special relativity theory, and some more. ok mickey | |||
2006-07-03 | move #include "version.h" out of includes.h; ok markus@ | Kevin Steves | |
2006-07-03 | -p implies -n... | Xavier Santolaria | |
2006-07-02 | use -KR[bind_address:]port here; ok djm@ | Kevin Steves | |
2006-07-02 | move #include <grp.h> out of includes.h | Kevin Steves | |
2006-07-02 | for cvs tag, tag all files in the local directory if no file argument | Reyk Floeter | |
is given. ok joris@ | |||
2006-07-02 | - abort the commit when files are not correctly up to date. | Joris Vink | |
- do not try to attempt to check for conflict markers when the file is not on disk. found by and okay reyk@ | |||
2006-07-02 | no "servconf.h" needed here | Kevin Steves | |
2006-07-02 | more details and clarity for tun(4) device forwarding; ok and help | Kevin Steves | |
jmc@ | |||
2006-07-01 | to be correct, cvs update -p is the "print" and not the "dump" flag. | Reyk Floeter | |
suggested by deraadt@, ok joris@ | |||
2006-07-01 | implement the -p (dump) flag for cvs update | Reyk Floeter | |
ok joris@ | |||
2006-07-01 | fix a possible bug of pathname concatenation when adding subdirectories. | Reyk Floeter | |
ok joris@ | |||
2006-07-01 | Indentation. | Ray Lai | |
2006-06-30 | CLEANFILES no longer needed since this is now done by bsd.*.mk | Otto Moerbeek | |
2006-06-29 | - use <dirent.h> not <sys/dir.h> (this appeases FreeBSD's annoying #warning) | Jason Wright | |
- grab <sys/time.h> before <sys/resource.h> like getrusage(2) says ok kjell | |||
2006-06-29 | change bytes to kilobytes so i dont have to think about where megabytes | David Gwynne | |
start. |