forum.wfido.ru  

Вернуться   forum.wfido.ru > Прочие эхи > RU.HUSKY

Ответ
 
Опции темы Опции просмотра
  #191  
Старый 03.05.2021, 02:12
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
fidoconf:
initialize config->name and config->origin with empty string
if they are == NULL

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-02 20:45:43 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M fidoconf.spec
M src/fidoconf.c
===========================
hpt:
move initialization of config->origin to setConfigDefaults()
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-02 20:40:19 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M hpt.spec
M src/hpt.c
===========================
hpt:
initialize $config{packers} with empty string if config->packCount==0
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-02 20:35:36 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/perl.c
===========================
hpt:
do not assign empty string to "str" if it is already empty
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-02 20:32:16 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/perl.c
===========================
huskylib:
allow printing an empty string
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-02 20:25:06 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M huskylib.spec
M src/log.c
--- hpt/lnx 1.9.0
Ответить с цитированием
  #192  
Старый 04.05.2021, 02:12
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:18 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
hpt:
prevent passing zero size to safe_realloc()
by checking that *seenByCount > 0;
bug report by Nil Alexandrov 2:5015/46

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-03 19:42:52 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/seenby.c
===========================
hpt:
rename "seenByAlloced" to "seenByAllocated"
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-03 19:38:00 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/seenby.c
===========================
hpt:
free "msg" before return to prevent memory leak
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-03 16:19:25 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M hpt.spec
M src/pktread.c
===========================
smapi:
replace "assert" by "if" with printing an error and abort()
thanks to Nil Alexandrov 2:5015/46

Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-03 21:29:35 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M smapi.spec
M src/structrw.c
===========================
util:
fix two syntax errors
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-03 14:06:32 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Нusky-Rmfiles/lib/Нusky/Rmfiles.pm
--- hpt/lnx 1.9.0
Ответить с цитированием
  #193  
Старый 05.05.2021, 02:16
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
smapi:
do not abort on a JAM error
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-04 10:40:01 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M smapi.spec
M src/structrw.c
--- hpt/lnx 1.9.0
Ответить с цитированием
  #194  
Старый 07.05.2021, 02:12
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
util:
die if cannot copy or unlink a file
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-06 21:45:26 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Нusky-Rmfiles/t/10_report.t
===========================
util:
add "origin"
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-06 21:40:55 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Нusky-Rmfiles/t/fido/cfg/23_report.cfg
--- hpt/lnx 1.9.0
Ответить с цитированием
  #195  
Старый 15.05.2021, 02:15
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:20 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
hpt:
accommodate to 4-digit year - thanks to Nil Alexandrov 2:5015/46; do not count posted netmail; exclude "with subject:..."
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-14 17:57:55 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M misc/hptlogstat.pl
===========================
htick:
accommodate to 4-digit year - thanks to Nil Alexandrov 2:5015/46; count files with not specified size
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-14 19:55:41 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M misc/st_htick.pl
--- hpt/lnx 1.9.0
Ответить с цитированием
  #196  
Старый 16.05.2021, 02:15
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
hpt:
replace LLEXEC with LLBUNDLE where there is no exec()
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-15 20:27:22 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M hpt.spec
M misc/hptlogstat.pl
M src/toss.c
===========================
htick:
replace LLEXEC with LLBUNDLE where there is no exec()
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-15 20:28:28 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/add_desc.c
===========================
htick:
"not specified" size is no more present in htick log
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-15 11:18:05 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M misc/st_htick.pl
===========================
htick:
reformat some comments
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-15 11:14:24 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M htick.spec
M src/toss.c
--- hpt/lnx 1.9.0
Ответить с цитированием
  #197  
Старый 21.05.2021, 02:04
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
huskybse:
change the default CFGDIR and INFODIR
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-20 21:13:21 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M huskymak.cfg
--- hpt/lnx 1.9.0
Ответить с цитированием
  #198  
Старый 22.05.2021, 02:13
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
fidoconf:
reformat "parseline_tokens"
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-21 21:45:37 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M fidoconf/tokens.h
--- hpt/lnx 1.9.0
Ответить с цитированием
  #199  
Старый 23.05.2021, 02:13
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
fidoconf:
Add handling of daily nodelists
Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
Date: 2021-05-22 19:05:21 +0300
Committed by: GitНub <noreply@github.com>
Files:
M fidoconf/fidoconf.h
M src/line.c
M src/tparser.c
===========================
fidoconf:
add "dailynodelist"
Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
Date: 2021-05-22 15:08:44 +0300
Committed by: GitНub <noreply@github.com>
Files:
M fidoconf/tokens.h
===========================
nltools:
Add handling of daily nodelists
Author: Ventresca68 <bizzi@bizzi.org>
Author: Fabio Bizzi <62342516+Ventresca68@users.noreply.github.com>
Date: 2021-05-22 20:40:06 +0300
Committed by: GitНub <noreply@github.com>
Files:
M src/nlupdate.c
--- hpt/lnx 1.9.0
Ответить с цитированием
  #200  
Старый 24.05.2021, 02:12
husky inspector
Guest
 
Сообщений: n/a
По умолчанию Changes in husky sources

husky inspector написал(а) к All в May 21 01:00:16 по местному времени:

Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
fidoconf:
restore the sorted order of the tokens
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-05-23 13:52:15 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M fidoconf/tokens.h
--- hpt/lnx 1.9.0
Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Текущее время: 06:28. Часовой пояс GMT +4.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc. Перевод: zCarot