-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
113 lines (68 loc) · 3.18 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
2019-01-12 Max Satula <maksym.satula@gmail.com>
* Allow connection as SYSASM, SYSBKP, SYSDGD, SYSKMT, and SYSRAC
2017-07-16 Max Satula <maksym.satula@gmail.com>
* Add man page
2017-07-12 Max Satula <maksym.satula@gmail.com>
* Fix crash in --ls when Oracle directory object points
to a nonexistent directory
* Do not print column names if no files found in --ls
2016-04-18 Max Satula <maksym.satula@gmail.com>
* Fix compiler warnings
2016-01-06 Max Satula <maksym.satula@gmail.com>
* Some code refactoring
2016-01-01 Max Satula <maksym.satula@gmail.com>
* Add ability to calculate MD5 or SHA1 digests in --ls
* Some code refactoring
2015-12-31 Max Satula <maksym.satula@gmail.com>
* Improve and optimize wildcard filtering for --ls
2015-12-30 Max Satula <maksym.satula@gmail.com>
* Write (no access) if unable to get file size/date in --ls
2015-12-29 Max Satula <maksym.satula@gmail.com>
* Allow connection as SYSDBA or as SYSOPER
* Try to detect server type and abort if not DEDICATED when downloading
2015-10-15 Max Satula <maksym.satula@gmail.com>
* Support of large (>2Gb) files in 32-bit systems
2015-07-07 Max Satula <maksym.satula@gmail.com>
* Tolerate Oracle directories may or may not be specified in uppercase in a command line
2015-05-15 Max Satula <maksym.satula@gmail.com>
* More accurate file names in a progress meter
2015-05-14 Max Satula <maksym.satula@gmail.com>
* Even better support of long numbers in file sizes in --ls
* Fix typo
* Add -k (--keep) option
2015-04-21 Max Satula <maksym.satula@gmail.com>
* Added support of multiple database sessions, e.g. worker session
and longops monitoring session
* Implemented progress meter for long-running PL/SQL blocks
* Fixed portability bug in --ls
2015-04-20 Max Satula <maksym.satula@gmail.com>
* Fixed "ORA-01403: no data found" bug when no matching files found for --ls
2015-04-17 Max Satula <maksym.satula@gmail.com>
* Some code refactoring
2015-04-16 Max Satula <maksym.satula@gmail.com>
* If destination filename omitted, the source filename is used.
* Added missing #include
* When "-" is specified as a file name, it means STDIN/STDOUT
* Source code cleanup
* Fixed set MODULE/ACTION error when wallet is not used.
* Unified database logon method, either with wallet or not
2015-04-12 Max Satula <maksym.satula@gmail.com>
* Added --install and --deinstall options
* Split sources in main.c into multiple files
2015-04-10 Max Satula <maksym.satula@gmail.com>
* Populate MODULE and ACTION columns of V$SESSION
* Added -b (--background) option
2015-04-09 Max Satula <maksym.satula@gmail.com>
* Process non-critical ORA- warnings during login properly
2015-04-04 Max Satula <maksym.satula@gmail.com>
* Added --keep-partial option
* Added -c (--continue) option
2015-03-29 Max Satula <maksym.satula@gmail.com>
* Moved progressmeter related source to a static convenience library
* Added updateforeigns.sh script to update foreign ("borrowed") source
files
* Added -i (--interactive) and -f (--force) options
* Fail with an error if destination file already exists, unless either
-i or -f specified
2015-03-23 Max Satula <maksym.satula@gmail.com>
* Handed off build process to GNU autotools, started this file