History of src/file.c
2009-11-14
| ||
14:38:10 | [8138522279] part of check-in [a7822bcc00] In the file_isdir() routine, make sure the filename is simplified (has no "/../" or "/./" components and does not end with "/") in order to work around bugs in mingw. (By: drh on 2009-11-14 14:38:10) [diff] [annotate] | |
2009-11-11
| ||
16:21:19 | [7be765ce11] part of check-in [d5695157d0] Deal with windows filename aliasing in the "all" command. Ticket [974618fe5a8]. Also display the home directory for windows users with the "info" command since the home directory is non-obvious in windows. (By: drh on 2009-11-11 16:21:19) [diff] [annotate] | |
2009-09-22
| ||
07:49:39 | [146394c81a] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate] | |
2009-09-13
| ||
16:19:43 | [146394c81a] part of check-in [42bf80978d] On windows, if the first character of a pathname is '\' then assume that is a full pathname, not a relative pathname. Ticket [cdd360438de]. (By: drh on 2009-09-13 16:19:43) [diff] [annotate] | |
2009-01-13
| ||
18:43:47 | [7217527055] part of check-in [797d680ef5] Add code to understand the "https://" prefix on server URLs. Any attempt to use https gives an error at this point, however. This is a work in progress. (By: drh on 2009-01-13 18:43:47) [diff] [annotate] | |
2008-11-21
| ||
22:16:08 | [5e3422939d] part of check-in [d31c0f9c29] Fix to the pathname simplifer logic. (By: drh on 2008-11-21 22:16:08) [diff] [annotate] | |
2008-11-09
| ||
19:22:06 | [3bd9bc50a5] part of check-in [e146d800ac] Add the "mv" and "rename" commands (aliases for the same thing). (By: drh on 2008-11-09 19:22:06) [diff] [annotate] | |
2008-10-05
| ||
12:34:14 | [d20fa8930e] part of check-in [9236f0c086] Get cloning working for local files without the use of network I/O. Ticket [b3482d580e]. (By: drh on 2008-10-05 12:34:14) [diff] [annotate] | |
2008-07-23
| ||
13:01:23 | [4b43b0dc29] part of check-in [2ecc407d9b] The "extra" and "clean" commands ignore the repository file if the repository happens to be within the check-out. Ticket [c7b35be88]. (By: drh on 2008-07-23 13:01:23) [diff] [annotate] | |
2008-05-17
| ||
08:53:34 | [33dcca33b9] part of check-in [525cc35bf3] Allow the check-in of files show names begin with ".". Add the "private" table to repository schema but do not yet do anything with it. (By: drh on 2008-05-17 08:53:34) [diff] [annotate] | |
2008-05-01
| ||
18:42:26 | [2d8ec6b3a1] part of check-in [becc24e4e9] On windows builds, understand both "C:/" and "C:\" as the beginning of an absolute pathname. (By: drh on 2008-05-01 18:42:26) [diff] [annotate] | |
2008-03-11
| ||
19:21:57 | [0ad3dd78ce] part of check-in [dbb2cee113] Fixed Win32 build breakage (By: mjanssen on 2008-03-11 19:21:57) [diff] [annotate] | |
2008-02-24
| ||
18:50:35 | [6f2a64a222] part of check-in [588bb7cd73] Merged to [ed26056bb5]. (By: aku on 2008-02-24 18:50:35) [diff] [annotate] | |
2008-02-21
| ||
14:27:34 | [6f2a64a222] part of check-in [33c31f73cd] Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. (By: drh on 2008-02-21 14:27:34) [diff] [annotate] | |
2008-02-08
| ||
16:24:24 | [d8c82766a0] part of check-in [b3ec774ab7] Fail with an error if a file is outside the checkout tree. (By: drh on 2008-02-08 16:24:24) [diff] [annotate] | |
2007-12-05
| ||
08:07:46 | [be58713833] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate] | |
2007-09-25
| ||
21:28:30 | [be58713833] part of check-in [92291035fe] Merged the compiler warning fixes into mainstream (By: jnc on 2007-09-25 21:28:30) [diff] [annotate] | |
21:21:35 | [be58713833] part of check-in [e63a9fd9d0] Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. (By: jnc on 2007-09-25 21:21:35) [diff] [annotate] | |
00:17:39 | [525e8c0661] part of check-in [af3a751841] When checking for win32 absolute paths, I added a check to make sure we don't overstep the bounds of a string (By: jnc on 2007-09-25 00:17:39) [diff] [annotate] | |
2007-09-24
| ||
19:42:15 | [18cdda54a2] part of check-in [c841af0d50] Fixed error with absolute pathnames when opening a repo on Win32 (By: mjanssen on 2007-09-24 19:42:15) [diff] [annotate] | |
2007-09-22
| ||
19:43:55 | [0453cec099] part of check-in [3c5482959c] Merge in the w32 changes. (By: drh on 2007-09-22 19:43:55) [diff] [annotate] | |
06:47:11 | [0453cec099] part of check-in [c7278fd013] Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. (By: jnc on 2007-09-22 06:47:11) [diff] [annotate] | |
2007-09-21
| ||
21:53:28 | [b0274645f0] part of check-in [83c876b447] Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next (By: anonymous on 2007-09-21 21:53:28) [diff] [annotate] | |
2007-07-21
| ||
14:10:57 | [43aa6bdf65] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |