Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-23 15:50:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2006-10-14 23:34 botg, revision 1012

updated

2006-10-14 20:34 botg, revision 1011

Properly wrap download page in update wizard

2006-10-14 17:17 botg, revision 1009

reverse accidental commit

2006-10-14 13:34 botg, revision 1008

version bump: 3.0.0-beta2

2006-10-14 13:34 botg, revision 1007

updated

2006-10-14 13:23 botg, revision 1006

Add sorting by date/time

2006-10-13 22:17 botg, revision 1005

Get rid of CDirentry::t_date and t_time structures in favor of wxDateTime

2006-10-13 14:29 botg, revision 1004

Allow WrapText to fail, remove some debug code

2006-10-12 11:40 botg, revision 1003

Don't try to display UNC paths in tree

2006-10-12 11:36 botg, revision 1002

Fixes for proper UNC path handling

2006-10-12 10:36 botg, revision 1001

Fix autocompletion if entering UNC paths

2006-10-11 15:56 botg, revision 1000

Like quickconnect bar, don't show default port. Thus changing protocol changes port unless the user did specify a custom port.

2006-10-11 15:11 botg, revision 999

updated

2006-10-10 23:25 botg, revision 998

require a username if not using Anonymous account type

2006-10-08 13:25 botg, revision 997

CFolderProcessingThread needs to check for filtered filenames.

2006-10-08 13:21 botg, revision 996

Flicker reduction

2006-10-07 13:22 botg, revision 995

updated

2006-10-07 13:11 botg, revision 994

add "-nightly" to version on nightly builds

2006-10-07 13:10 botg, revision 993

filter conditions weren't applied properly

2006-10-07 12:33 botg, revision 992

compile fix for visual c++

2006-10-07 11:39 botg, revision 991

sftpRead was sent too often.

2006-10-07 11:32 botg, revision 990

add "-nightly" to version on nightly builds

2006-10-07 09:44 botg, revision 989

remove bad assertion

2006-10-06 21:43 botg, revision 988

fix transparency

2006-10-06 15:43 botg, revision 987

Abort early if authentication fails. Print nicer message for new/changed hostkey command.

2006-10-06 15:18 botg, revision 986

close connection on timeout, don't just reset operation

2006-10-06 14:51 botg, revision 985

fix "Updates available" to never go away

2006-10-05 16:25 botg, revision 983

fix compile error

2006-10-05 14:25 botg, revision 982

If there's one good thing about Visual Studio, then it's the debugger. Update the workspace files.

2006-10-05 14:24 botg, revision 981

version bump

2006-10-05 14:23 botg, revision 980

Fix typo

2006-10-05 14:22 botg, revision 979

updated

2006-10-05 14:14 botg, revision 978

Add a new greeting message

2006-10-05 13:27 botg, revision 977

small fix

2006-10-05 13:23 botg, revision 976

add version information to executable for Win32 builds

2006-10-05 10:32 botg, revision 975

disable remote combobox initially

2006-10-04 14:34 botg, revision 974

Second half of directory listing notification cleanup.

2006-10-03 14:48 botg, revision 973

First half of listing notification cleanup. Don't send full listings in the notifications, instead the listing has to be requested from the engine explicitly. TODO: Cleanup code, unify SendDirectoryListing and ResendModifiedListings

2006-10-02 22:05 botg, revision 972

Partial directoy cache locking. As of now, it only prevents that two engines list the very same directory at the same time.

2006-10-02 11:54 botg, revision 971

Experimental function to refresh listings if idle engine exists. However, for this to work properly, engin internal locking needs to be implemented.

2006-10-02 00:18 botg, revision 970

Fix transfer logic

2006-10-01 23:45 botg, revision 969

Don't use references to objects stored in a vector, reallocations might destroy them.

2006-10-01 13:53 botg, revision 968

wxWidgets 2.6.x has no case sensitive wxControlWithItems::FindString

2006-10-01 10:56 botg, revision 967

updated to TinyXml 2.5.2

2006-10-01 00:35 botg, revision 966

Fix beeping under wxGTK

2006-10-01 00:33 botg, revision 965

quote paths containing spaces, nicer error message

2006-09-30 23:21 botg, revision 964

fix compile error

2006-09-30 21:57 botg, revision 963

Add option for path to fzsftp, try to search for it and display a notice if the search fails.

2006-09-30 18:53 botg, revision 962

Don't pass -f to automake, this overwrites INSTALL and similar files.

2006-09-30 17:51 botg, revision 961

The design of wxStandardPaths is totally broken.

2006-09-30 15:22 botg, revision 960

improved detection of fzsftp executable under linux

2006-09-29 22:39 botg, revision 959

Only initialize required xrc handlers, reduced executable size

2006-09-29 22:37 botg, revision 958

fix uninitialized variable

2006-09-29 20:27 botg, revision 957

Avoid copying full directory listings even if we're only interested in a single file. This greatly improves performance if handling huge directories.

2006-09-29 20:22 botg, revision 956

same problem as before

2006-09-29 20:20 botg, revision 955

implemented dropdown comboboxes

2006-09-29 20:20 botg, revision 954

fix segfault, had to use prefix incrementor instead of postfix one

2006-09-28 15:27 botg, revision 953

remove some unused code

2006-09-28 12:13 botg, revision 952

Fix assertion under OS X: For the dropdown menu, start with id 1 since menu items with id 0 don't work under OS X

2006-09-28 09:50 botg, revision 951

Under OS X, try to get path to fzsftp within the application bundle

2006-09-27 14:59 botg, revision 950

fix infinite loop

2006-09-27 14:01 botg, revision 949

set wxTE_PROCESS_ENTER style

2006-09-27 13:11 botg, revision 948

fix segfault under platforms where vsnprintf modifies passed va_list

2006-09-26 22:37 botg, revision 947

work around bug in include/wx/generic/listctrl.h of wxWidgets 2.6.x

2006-09-26 22:17 botg, revision 946

remove debug code

2006-09-26 12:37 botg, revision 945

updated

2006-09-26 12:31 botg, revision 944

typo

2006-09-26 12:29 botg, revision 943

add link to CVS changelog

2006-09-26 12:26 botg, revision 942

some meaningful instructions

2006-09-26 12:11 botg, revision 941

add docs/iconspecs.htm to source distribution

2006-09-26 12:07 botg, revision 940

long outstanding update

2006-09-26 11:40 botg, revision 939

capability option wasn't always set correctly

2006-09-26 11:32 botg, revision 938

if resuming of ascii files isn't allowed (the default), overwrite instead.

2006-09-26 08:25 botg, revision 937

This should copy fzsftp into the application bundle under OS X.

2006-09-25 19:58 botg, revision 936

fix uninitialized variable

2006-09-25 13:49 botg, revision 935

Only call OnReceive and OnSend if they have been previously skipped.

2006-09-24 13:31 botg, revision 934

make use of provided request queue pointer

2006-09-24 13:29 botg, revision 933

Make use of events

2006-09-24 13:11 botg, revision 932

Fix a painting problem

2006-09-24 09:32 botg, revision 931

more debug logging in error case

2006-09-24 09:18 botg, revision 930

Fix debug log message

2006-09-24 09:17 botg, revision 929

fix automtic ascii detection for files with multiple extensions

2006-09-23 22:51 botg, revision 928

Updated.

2006-09-22 16:26 botg, revision 927

add MLSD support.

2006-09-22 13:43 botg, revision 926

treat MSLT feat response as well to check for MLSD

2006-09-22 13:38 botg, revision 925

Check if MSLD command exists

2006-09-22 11:26 botg, revision 924

until implementation is more advanced, default to generic list control under OS X.

2006-09-21 12:41 botg, revision 923

implement default action for files in queue

2006-09-20 22:49 botg, revision 922

Fix assertion

2006-09-19 00:21 botg, revision 921

updated

2006-09-15 15:39 botg, revision 920

some cleanup

2006-09-15 14:51 botg, revision 919

quote filename passed to rm

2006-09-14 23:05 botg, revision 918

updated

2006-09-14 22:44 botg, revision 917

and this one even works

2006-09-14 22:17 botg, revision 916

fix return value

2006-09-14 15:50 botg, revision 915

added Romanian translation

2006-09-14 09:03 botg, revision 914

Define UNKNOWN protocol.

2006-09-13 20:25 botg, revision 913

better logging

2006-09-13 11:31 botg, revision 912

Improved parsing, should also cope better with pasted URLs.

2006-09-13 11:22 botg, revision 911

handle predefined protocol in ParseUrl

2006-09-13 11:04 botg, revision 910

fix crash

2006-09-10 10:32 botg, revision 909

Fix data truncation. In wonder why there was no compiler warning, there was no explicit cast.

2006-09-10 10:31 botg, revision 908

fix infinite loop

2006-09-10 10:24 botg, revision 907

don't reduce number of log lines

2006-09-10 09:14 botg, revision 906

make use of wxBufferedPaintDC

2006-09-10 09:09 botg, revision 905

In RTL mode, send LTR control characters for commands, responses and debug messages

2006-09-07 17:40 botg, revision 904

Fix timeouts of control connection on concurrent ip check

2006-09-07 13:14 botg, revision 903

fix crash

2006-09-05 07:23 botg, revision 902

typo

2006-09-04 16:55 botg, revision 901

2nd half of: make ascii/binar mode known to file exists notification

2006-09-04 15:53 botg, revision 900

updated

2006-09-04 14:04 botg, revision 899

merged with putty svn, rev 6844

2006-09-03 23:06 botg, revision 898

make ascii/binar mode known to file exists notification

2006-09-03 21:40 botg, revision 897

make use of "always use this action"

2006-09-03 16:14 botg, revision 896

updated

2006-09-03 10:07 botg, revision 895

update mail address and copyright year

2006-09-03 09:59 botg, revision 894

add method to set default action

2006-09-03 09:47 botg, revision 893

toggle filter button if filters are active

2006-09-01 23:36 botg, revision 892

make use of default file exists action

2006-09-01 23:01 botg, revision 891

add value for unspecified file exists action

2006-08-31 13:56 botg, revision 890

typos

2006-08-31 09:27 botg, revision 889

missing files

2006-08-30 16:06 botg, revision 888

session specific file exists action dialog

2006-08-30 11:44 botg, revision 887

decorate OnClose and OnConnect log messages with the class name

2006-08-30 08:11 botg, revision 886

fix multiline entries due to problem in wxLine::Concat

2006-08-28 21:46 botg, revision 885

added option for raw directory listings

2006-08-28 14:50 botg, revision 884

options page for default file exists action

2006-08-28 12:40 botg, revision 883

move probe to port 21

2006-08-28 12:38 botg, revision 882

new options for default file exists action

2006-08-27 22:53 botg, revision 881

more fixes

2006-08-27 12:49 botg, revision 880

more fixes

2006-08-27 00:14 botg, revision 879

fix eplf listings and listings using numerical timestamp (unix time)

2006-08-26 19:21 botg, revision 878

fix buffer overflow

2006-08-26 18:11 botg, revision 877

more formats tested

2006-08-25 14:47 botg, revision 876

fix bug detected by the test suite.

2006-08-25 14:39 botg, revision 875

typo

2006-08-25 14:30 botg, revision 874

add more listings, output details on failure

2006-08-25 13:38 botg, revision 873

added CDirentry::dump() method

2006-08-24 18:03 botg, revision 872

first draft of a listing test

2006-08-24 17:55 botg, revision 871

assume valid utf-8 if m_pControlSocket is unset

2006-08-24 17:53 botg, revision 870

== operator

2006-08-24 14:28 botg, revision 869

remove unused parameter

2006-08-24 10:43 botg, revision 868

add the needed macro

2006-08-24 09:51 botg, revision 867

add testing framework using cppunit

2006-08-24 09:27 botg, revision 866

updated

2006-08-23 16:27 botg, revision 865

fix crash if fzsftp cannot be started

2006-08-19 14:52 botg, revision 864

pass this-pointer to wxMessageBox

2006-08-19 09:32 botg, revision 863

fix compilo

2006-08-19 07:31 botg, revision 862

Disallow empty filter names

2006-08-19 07:27 botg, revision 861

implement new and copy buttons

2006-08-17 22:16 botg, revision 860

updated

2006-08-17 08:57 botg, revision 859

added missing Slovenian monthnames

2006-08-17 08:51 botg, revision 858

fix more warnings

2006-08-17 08:50 botg, revision 857

silence warnings

2006-08-16 13:00 botg, revision 856

keep request queue clean

2006-08-16 10:32 botg, revision 855

Added "none" matchtype, fixed some bugs.

2006-08-16 09:51 botg, revision 854

Item in debug menu to clear layout cache

2006-08-16 09:50 botg, revision 853

fix more assertions, add function to clear layout cache

2006-08-16 09:20 botg, revision 852

don't always send REST 0 on LIST

2006-08-16 08:57 botg, revision 851

fix timeouts

2006-08-15 15:37 botg, revision 850

fixes for vms parser

2006-08-15 15:31 botg, revision 849

cache monthname map

2006-08-15 13:46 botg, revision 848

last commit was from wrong source tree, this is the real.

2006-08-15 13:26 botg, revision 847

updated

2006-08-15 09:22 botg, revision 846

2.6.x doesn't have wxWindowUpdateLocker

2006-08-14 10:24 botg, revision 845

don't delete status line windows, just show/hide them

2006-08-14 09:16 botg, revision 844

added new constant for the number of log message types

2006-08-13 12:55 botg, revision 843

Removed most flicker, should slightly increase speed.

2006-08-13 12:38 botg, revision 842

Speedup of message log which is one of the major CPU hogs.

2006-08-13 09:59 botg, revision 841

fixed assertion

2006-08-13 09:57 botg, revision 840

Really fixed assertion/logmessage this time

2006-08-13 09:52 botg, revision 839

Slightly reduced flicker.

2006-08-12 23:59 botg, revision 838

Implement debug levels for message log.

2006-08-12 23:56 botg, revision 837

Implemented debug menu

2006-08-12 22:42 botg, revision 836

typo

2006-08-12 16:47 botg, revision 835

enable large file support for fzsftp

2006-08-12 16:29 botg, revision 834

Merged with latest PuTTY source.

2006-08-12 12:27 botg, revision 833

New page for debug settings

2006-08-12 12:10 botg, revision 832

cleanup and two new options

2006-08-12 09:52 botg, revision 831

Fix another assertion if language files can't be found.

2006-08-12 09:49 botg, revision 830

Check that locales dir could be opened in LoadCache, fixes assertion.

2006-08-12 09:43 botg, revision 829

moved setting of socket options into OnConnect, fixes assertion

2006-08-11 23:03 botg, revision 828

skip all pending replies if an operation gets reset

2006-08-11 22:56 botg, revision 827

fix wrong options name

2006-08-11 11:51 botg, revision 826

typo

2006-08-11 11:47 botg, revision 825

remove assertion, return instead

2006-08-11 07:56 botg, revision 824

updated

2006-08-09 14:34 botg, revision 823

fix warnings

2006-08-08 12:24 botg, revision 822

Don't use FormatISO* functions. They don't work if the application uses different optimization flags than library. (Compiler bug maybe?)

2006-08-08 11:44 botg, revision 821

fix more warnings

2006-08-08 11:34 botg, revision 820

fixed warnings

2006-08-08 11:31 botg, revision 819

fix warning

2006-08-07 13:15 botg, revision 818

fix stupid segfault

2006-08-06 21:10 botg, revision 817

implement automatic update checks

2006-08-06 21:02 botg, revision 816

New options for use by the automatic update checks

2006-08-06 21:00 botg, revision 815

Display host

2006-08-06 20:58 botg, revision 814

Fix speed issues due to too small send buffer inside the network stack. Enlarge it to 128k.

2006-08-06 20:58 botg, revision 813

Socket could get closed prematurely

2006-08-06 20:56 botg, revision 812

Add canonical host to CBuildInfo

2006-08-04 15:04 botg, revision 811

Add a new variant for vms style listings

2006-08-04 11:25 botg, revision 810

updated

2006-08-04 10:26 botg, revision 809

Fix cancel operation. Keep track of the amount of pending replies and skip the proper amount.

2006-08-03 22:53 botg, revision 808

fix memory corruption

2006-08-03 17:50 botg, revision 807

What's the point of OnBeginLabelEdit if it's not made known to the even thandling system?

2006-08-03 16:08 botg, revision 806

optionspage for automatic update checks

2006-08-03 14:10 botg, revision 805

start installer on wxMSW after package download

2006-08-02 23:05 botg, revision 804

don't attempt to wrap hidden items

2006-08-02 15:31 botg, revision 803

fix compile error

2006-08-02 15:30 botg, revision 802

remove debugging code

2006-08-02 12:55 botg, revision 801

Display progress

2006-08-01 23:23 botg, revision 800

Implement package download

2006-08-01 15:15 botg, revision 799

Add transfer status notifications

2006-07-31 15:49 botg, revision 798

parsing bug

2006-07-31 11:01 botg, revision 797

updated

2006-07-31 08:54 botg, revision 796

yet another compile fix for wxWidgets 2.6.3

2006-07-31 00:04 botg, revision 795

compile fix for wxWidgets 2.6.3

2006-07-30 09:15 botg, revision 794

implemented http downloads into file

2006-07-30 08:57 botg, revision 793

handle file exists, use overwrite action

2006-07-30 08:54 botg, revision 792

Remove older requests coming from the same engine

2006-07-28 10:51 botg, revision 791

Update check working. Todo: package download

2006-07-27 21:52 botg, revision 790

GPL.html was missing from distribution, used by NSIS Installer script.

2006-07-27 15:26 botg, revision 789

The latest ratio isn't always the best ratio. Can happen if ratio wobbles back and forth over requested ratio.

2006-07-26 15:22 botg, revision 788

updated

2006-07-25 13:07 botg, revision 787

new text-wrapping algorithm for the generic case.

2006-07-24 11:51 botg, revision 786

Fix wrapping for fonts where pixelwidth(string) < sum(pixelwidth(characters))

2006-07-24 10:19 botg, revision 785

sync with upstream sources

2006-07-22 13:34 botg, revision 784

Added Arabic translation

2006-07-21 11:24 botg, revision 783

make use of the new parameter of WrapRecusive

2006-07-21 10:26 botg, revision 782

Added minimumRequestedSize parameter to the ratio based wrapping. Used for proper display of wizards. Make cache validity check use build time as well.

2006-07-21 10:25 botg, revision 781

added GetBuildTimeString

2006-07-19 19:58 botg, revision 780

lots of improvements

2006-07-19 13:38 botg, revision 779

ensure final releases have higher version number than rc or beta versions

2006-07-19 13:28 botg, revision 778

fix warning

2006-07-19 10:19 botg, revision 777

Renamed GetBuildDate into GetBuildDateString, added new GetBuildDate with return type wxDateTime

2006-07-18 17:21 botg, revision 776

Remove a continue, thanks SyberSnooP for spotting this.

2006-07-18 11:16 botg, revision 775

helper function to convert version strings into 64-bit numbers for easy comparison.

2006-07-17 14:55 botg, revision 774

Move some code into the new CBuildInfo class

2006-07-16 21:01 botg, revision 773

added GetBuildType function

2006-07-16 00:11 botg, revision 772

make sure users enter a valid IP address in the configuration dialog.

2006-07-15 23:56 botg, revision 771

move IsIpAddress into misc.c

2006-07-15 23:48 botg, revision 770

add --enable-buildtype switch. Used to indicate official builds or nightly builds.

2006-07-14 22:55 botg, revision 769

updated

2006-07-14 20:11 botg, revision 768

add "No new version found" page

2006-07-13 21:12 botg, revision 767

compile fix

2006-07-12 18:25 botg, revision 766

Add a failure page

2006-07-12 14:54 botg, revision 765

partially implement update check

2006-07-12 12:39 botg, revision 764

enable use of http socket

2006-07-12 12:38 botg, revision 763

send data notifications

2006-07-12 12:28 botg, revision 762

updated

2006-07-12 10:15 botg, revision 761

Parse Content-Length heade field, proper handling of OnClose