• R/O
  • HTTP
  • SSH
  • HTTPS

lha: List of commits


RSS
修訂. 時間 作者
6f6cbc1 master 2016-10-15 12:56:57 Koji Arai

Merge pull request #11 from yoheie/fix_path_compare

Fix path check

43dede0 2016-10-14 18:09:17 Yohei Endo

Fix path check

792a675 2016-10-06 22:47:33 Koji Arai

Remove unnecessary comments

9051185 2016-10-06 22:45:12 Koji Arai

Merge pull request #10 from yoheie/change_skip_behavior

Change skip behavior on extracting.

e7bb51c 2016-10-06 22:20:44 Yohei Endo

Change skip behavior on extracting.

Change "Skip" to skip all files which will be overwritten.

3390fc5 2016-10-05 23:35:24 Koji Arai

Merge branch 'master' of github.com:jca02266/lha

62e045a 2016-10-05 23:33:46 Koji Arai

Avoid compile error on libapplefile

Thanks to hirotosakai

bb574c0 2016-10-05 23:27:35 Koji Arai

Prefer to use the iconv on MacOS X

Thanks to hirotosakai

5a7d064 2016-10-05 22:53:37 Koji Arai

Merge pull request #9 from yoheie/fix_symlink_warning

Fix warning message on extracting symlink.

6cfac8e 2016-10-05 22:40:37 Koji Arai

Revert "Print debug output on the lha-test13"

This reverts commit 9f0119d0939ede78354020481a062ab0569805a4.

b33d226 2016-10-05 22:34:26 Koji Arai

Examine the printf command to pass the test13 on MacOS X

9f0119d 2016-10-05 22:04:29 Koji Arai

Print debug output on the lha-test13

4389cf5 2016-10-05 21:39:43 Koji Arai

Not be NL(newline) but LF(linefeed)

cac0447 2016-10-05 12:33:42 Yohei Endo

Fix warning message on extracting symlink.

When a symbolic link which is in the top directory in archive is
extracted, warning message "LHa: invalid path name" is printed.

Add symlink_with_make_path(), fix to call make_parent_path() only
when the first symlink() is failed.

4e64a42 2016-08-21 13:00:25 Koji Arai

Update .gitignore

7f835c5 2016-08-15 23:14:28 Koji Arai

Fix some typos.

1417056 2016-08-15 23:03:46 Koji Arai

Remove the -mno-cygwin option for gcc4 or later.

afa85b9 2016-08-09 20:35:26 Koji Arai

Add an OS X server in .travis.yml

0f89645 2016-05-08 09:31:03 Koji Arai

Abort when getc() is failed.

5fa932b 2016-05-08 09:30:26 Koji Arai

Abort when fseek() is failed.

b662b83 2016-05-07 15:00:10 Koji Arai

Should not create symlinks in `lha p' command.

82efba6 2016-05-07 08:47:40 Koji Arai

Fix a buffer overflow bug in getbytes()

2602cd5 2016-05-03 00:39:26 Koji Arai

The header length should be check more strictly.

bc618e1 2016-02-03 03:14:26 Koji Arai

Add more strict sanity check

cc2a649 2016-02-03 02:46:10 Koji Arai

Fix another BUG about negative length.

2f6c23d 2016-01-23 12:38:32 Koji Arai

Fix a BUG skip size become negative in the skip_bytes() function, when the extended header size is too short

bf2471f 2016-01-16 22:27:01 Koji Arai

Avoid the buffer overflow BUG to occur to read the level0 or level1 header

20b6ba8 2016-01-04 21:50:27 Koji Arai

Merge pull request #6 from yoheie/remove-config-h-in

Remove config.h.in

96ce732 2016-01-04 18:55:21 Yohei Endo

Remove config.h.in

config.h.in is generated by autoheader.
Fix usage of Autotools commands described in README.jp.md and INSTALL.

2cdde71 2015-11-30 22:39:13 Koji Arai

Merge pull request #5 from yoheie/fix-make_name_with_pathcheck

make_name_with_pathcheck() 修正

Show on old repository browser