Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-19 02:10: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

2006-07-11 09:50 botg, revision 760

added chunked transfer encoding

2006-07-11 09:03 botg, revision 759

limit number of redirects

2006-07-10 13:50 botg, revision 758

Redirects are working now

2006-07-10 12:56 botg, revision 757

fix "pure virtual function call" crash.

2006-07-10 09:16 botg, revision 756

work in progress: http client

2006-07-10 08:45 botg, revision 755

updated

2006-07-09 23:24 botg, revision 754

increment socket id after every call to ResetSocket, needed for http redirects to work.

2006-07-08 17:17 botg, revision 753

small changes to pave the way for the http implementation

2006-07-06 13:27 botg, revision 752

fix receiving of partial replies

2006-07-04 14:23 botg, revision 751

Log OnClose

2006-07-04 13:40 botg, revision 750

fix minor problems

2006-07-04 00:06 botg, revision 749

fix refresh problems

2006-07-03 18:42 botg, revision 748

fixes for folder processing

2006-07-03 14:04 botg, revision 747

added "begins/ends with" conditions

2006-06-28 14:34 botg, revision 746

proper measurement under wxGTK

2006-06-28 14:33 botg, revision 745

Fix possible segfaults

2006-06-27 15:07 botg, revision 744

massive speed improvement under wxGTK

2006-06-27 15:06 botg, revision 743

Massive speed improvement under wxGTK

2006-06-25 13:40 botg, revision 742

removed debug code

2006-06-24 12:53 botg, revision 741

infrastructure for memory downloads

2006-06-24 11:49 botg, revision 740

Cambodian translation

2006-06-23 17:40 botg, revision 739

compile fix

2006-06-23 14:14 botg, revision 738

change cmd_private into cmd_cwd

2006-06-23 13:58 botg, revision 737

minor cleanup

2006-06-21 21:34 botg, revision 736

added HTTP server type

2006-06-21 21:28 botg, revision 735

added FZ_REPLY_NOTSUPPORTED

2006-06-21 12:06 botg, revision 734

updatewizard prototype

2006-06-21 09:02 botg, revision 733

updated

2006-06-20 13:02 botg, revision 732

sizeof(int) may be different than sizeof(void*), thus use %p to log pointer values

2006-06-19 06:59 botg, revision 731

fix conditional chmod for the directly selected items

2006-06-18 17:51 botg, revision 730

updated

2006-06-16 14:31 botg, revision 729

Implement Feature Request #1507089: Option to limit recursive CHMOD to files or directories.

2006-06-16 12:18 botg, revision 728

updated

2006-06-15 13:26 botg, revision 727

clear m_CurrentPath on raw command.

2006-06-15 13:25 botg, revision 726

Improve mkdir, it now takes current directory into consideration.

2006-06-15 13:24 botg, revision 725

added CServerPath::GetCommonParent

2006-06-15 12:33 botg, revision 724

improve RemoveDir

2006-06-14 18:02 botg, revision 723

complete implementation of "Remove selected"

2006-06-14 15:12 botg, revision 722

improve Delete

2006-06-14 13:12 botg, revision 721

proper handling of raw ftp commands

2006-06-14 13:00 botg, revision 720

On Cancel() during operation, omit one reply to keep connection in sync.

2006-06-13 23:59 botg, revision 719

cleanup: get rid of expand

2006-06-13 23:52 botg, revision 718

partially implemented "Remove Selected" from context menu

2006-06-13 22:51 botg, revision 717

updated

2006-06-13 13:59 botg, revision 716

updated

2006-06-12 14:53 botg, revision 715

interface: add timeout option

2006-06-12 14:53 botg, revision 714

engine: implement timeouts

2006-06-12 08:51 botg, revision 713

FileZilla should compile with wxWidgets 2.6.3 again. Try #2.

2006-06-10 12:56 botg, revision 712

make use of new options and fix transfer error logic

2006-06-09 22:16 botg, revision 711

add new transfer settings page

2006-06-09 22:03 botg, revision 710

simplifications

2006-06-09 22:01 botg, revision 709

add two new options, GetOption and it's SetOption counterpart now also work with options of number-type.

2006-06-09 08:40 botg, revision 708

FileZilla should compile with wxWidgets 2.6.3 again.

2006-06-08 16:46 botg, revision 707

implement ID_REMOVEALL

2006-06-07 13:53 botg, revision 706

Finished active mode tests.

2006-06-06 08:23 botg, revision 705

updated

2006-06-05 10:00 botg, revision 704

more assertion fixes

2006-06-04 11:55 botg, revision 703

fix assertion under wxGTK

2006-06-02 09:48 botg, revision 702

updated

2006-06-02 06:34 botg, revision 701

fix warnings

2006-06-01 21:53 botg, revision 700

fix more wrapping issues. Requires wxWidgets patch #1498847 or it won't work properly due to a bug in wx.

2006-05-31 11:52 botg, revision 699

updated

2006-05-30 15:40 botg, revision 698

missing fallback path if server doesn't send valid UTF-8

2006-05-30 08:46 botg, revision 697

Focus first item in list in ReselectItems if no selected item exists.

2006-05-29 22:17 botg, revision 696

wxFileName object doesn't have to be constructed. Fixes problem with all files appearing as directories.

2006-05-29 21:45 botg, revision 695

fix assertion/crash if directory to expand did not exist

2006-05-29 13:30 botg, revision 694

updated

2006-05-28 10:12 botg, revision 693

if passwords contains non-ascii characters, fall back to local charset if login fails

2006-05-27 22:49 botg, revision 692

Cache SYST and FEAT replies. Don't send CLNT or OPTS UTF8 ON if the server is FileZilla Server.

2006-05-26 16:53 botg, revision 691

implement double-click list+expand for unknown directories.

2006-05-23 19:56 botg, revision 690

updated

2006-05-23 09:51 botg, revision 689

items can be selected to change current directory

2006-05-23 09:45 botg, revision 688

updated

2006-05-21 16:06 botg, revision 687

use proper icons

2006-05-21 15:52 botg, revision 686

Fix assertion under wxGTK

2006-05-21 11:56 botg, revision 685

compile fix and removed some debugging code

2006-05-21 11:40 botg, revision 684

Tree display fully working

2006-05-21 11:37 botg, revision 683

local sorting function wasn't called

2006-05-19 07:58 botg, revision 682

fix compile warning

2006-05-19 07:02 botg, revision 681

missing file

2006-05-18 21:57 botg, revision 680

expose cache of currently connected server through CFileZillaEngine

2006-05-18 21:54 botg, revision 679

Use MIT/X11 license for this simple helper class

2006-05-18 14:01 botg, revision 678

updated

2006-05-18 13:51 botg, revision 677

add code to add overlays to the icons from the system image list, in this case the small question mark for unvisited directories.

2006-05-18 09:08 botg, revision 676

partial implementation of remote directory tree

2006-05-18 09:07 botg, revision 675

corrected a comment

2006-05-18 09:07 botg, revision 674

remove unneeded forward declaration

2006-05-17 12:02 botg, revision 673

remove update-configure.sh

2006-05-16 22:31 botg, revision 672

make use of directory listing filter

2006-05-15 09:44 botg, revision 671

F5 hotkey to refresh file lists. So far wxMSW only until there will be a refresh menu item (wxWidgets limitation).

2006-05-13 21:38 botg, revision 670

don't display listings from different servers

2006-05-13 21:34 botg, revision 669

remember last used remote directory

2006-05-13 16:22 botg, revision 668

apply given timezone offset

2006-05-13 13:35 botg, revision 667

fix == and < operators

2006-05-13 12:53 botg, revision 666

fix assertion

2006-05-13 10:01 botg, revision 665

more cleaning power

2006-05-12 22:12 botg, revision 664

decrease CServerItem::m_activeCount in the server list inside ResetEngine.

2006-05-12 20:32 botg, revision 663

typo

2006-05-08 08:21 botg, revision 662

add flag to disable building of locales, mainly for debugging purposes

2006-05-07 23:43 botg, revision 661

For same reason as previous commit, fix resetting selections as well.

2006-05-07 20:14 botg, revision 660

GetNextItem searches for items with all specified flags set, not with just any specified flag set.

2006-05-07 20:13 botg, revision 659

compile fix

2006-05-07 11:10 botg, revision 658

Due to the flickerfree refresh and the improved state handling, we can now make use of the directory listings sent by the transfer engines.

2006-05-07 11:05 botg, revision 657

typo in comment

2006-05-07 11:03 botg, revision 656

implement local directory creation

2006-05-07 09:48 botg, revision 655

flicker free refreshs

2006-05-07 09:30 botg, revision 654

compile fix

2006-05-07 00:34 botg, revision 653

Fix drawing problems under Windows

2006-05-06 22:54 botg, revision 652

Improve selection handling. Fixes an assertion under wxGTK

2006-05-06 18:21 botg, revision 651

fix assertion if icon couldn't be loaded

2006-05-06 01:04 botg, revision 650

call TransferSend instead of TransferParseResponse in SendNextCommand

2006-05-05 22:02 botg, revision 649

Updated translations

2006-05-04 21:53 botg, revision 648

fix SetLastServer

2006-05-04 21:29 botg, revision 647

more verbose debugging info

2006-05-04 21:21 botg, revision 646

handle cmd_rawtransfer in SendNextCommand

2006-05-04 21:03 botg, revision 645

fix condition, wasn't handling STATECHANGE_REMOTE_DIR_MODIFIED

2006-04-29 20:08 botg, revision 644

all UI components now use the new state event system

2006-04-29 19:06 botg, revision 643

Add new stateevent handler class to reduce code complexity.

2006-04-29 18:54 botg, revision 642

Add small utility function to detach listing from notification. Will be used to reduce the amount of times each listing is copied.

2006-04-29 08:50 botg, revision 641

fix typo

2006-04-28 13:06 botg, revision 640

updated

2006-04-28 13:00 botg, revision 639

recent server list now fully functional

2006-04-28 12:53 botg, revision 638

Let the traffic LEDs handle the timer

2006-04-28 12:32 botg, revision 637

Restructure the code with the aim to make CMainFrame simpler. Communication between the different UI components should be done using CState.

2006-04-28 12:29 botg, revision 636

add Clear() method

2006-04-25 22:30 botg, revision 635

move quickconnect bar to its own file. Add dropdown menu, not yet functional

2006-04-25 22:29 botg, revision 634

even bigger search path

2006-04-25 14:30 botg, revision 633

small fix

2006-04-24 22:13 botg, revision 632

updated

2006-04-24 21:53 botg, revision 631

fix CServer::FormatServer to handle used protocol

2006-04-23 17:22 botg, revision 630

don't send recv/send notifications that often, reduces CPU load.

2006-04-23 15:28 botg, revision 629

compile fix

2006-04-22 23:18 botg, revision 628

Fix connection_fatal, modalfatalbox and fatalbox functions to print correct error message

2006-04-21 08:58 botg, revision 627

fix a charset conversion issue

2006-04-19 18:17 botg, revision 626

Renamed some files to match reality.

2006-04-19 17:56 botg, revision 625

compile fix

2006-04-18 11:55 botg, revision 624

add CRecentServerList, will be used for a connection history by the quickconnect bar later

2006-04-18 11:52 botg, revision 623

add CXmlFile class

2006-04-16 11:00 botg, revision 622

mask password in log

2006-04-16 10:22 botg, revision 621

updated

2006-04-15 12:31 botg, revision 620

trim whitespace from hostname

2006-04-14 06:42 botg, revision 619

typo

2006-04-13 23:17 botg, revision 618

revert last change, doesn't work properly

2006-04-13 21:01 botg, revision 617

fix OS X application bundle creation

2006-04-11 21:06 botg, revision 616

add --enable-localesonly flag, if passed to configure, only locales will be created during make

2006-04-11 19:51 botg, revision 615

minor improvement

2006-04-09 17:14 botg, revision 614

Updated to TinyXml 2.4.3

2006-04-09 13:18 botg, revision 613

Call the ::EndMenu function under windows in ShowModal to close open popup menus. Else application will freeze

2006-04-07 12:27 botg, revision 612

fixes for wxNotebook wrapping

2006-04-07 12:21 botg, revision 611

layout fix

2006-04-07 09:02 botg, revision 610

Now works under wxGTK as well.

2006-04-06 17:13 botg, revision 609

Care about borders, keyboard accelerators and fix an off-by-two problem with wxStaticText

2006-04-05 20:54 botg, revision 608

Fix flawed logic, I hope this one is better.

2006-04-04 23:46 botg, revision 607

*** empty log message ***

2006-04-04 21:56 botg, revision 606

If changing directory succeeds but list fails, display empty directory listing with an informational message instead of staying in old directory.

2006-04-04 21:52 botg, revision 605

support for MVS listing with **NONE** as date

2006-03-29 16:46 botg, revision 604

updated

2006-03-28 23:47 botg, revision 603

implement test for servers not supporting resume of files > 2/4 GB

2006-03-28 23:25 botg, revision 602

added wxThreadEx class, which works around a design flaw of wxThread::Wait

2006-03-26 21:12 botg, revision 601

clear contents if reloading settings

2006-03-25 23:26 botg, revision 600

fix layout of final page

2006-03-25 15:02 botg, revision 599

small class to store the capabilities servers are capable of

2006-03-25 15:00 botg, revision 598

Merge the common code for FTP filetransfer and list command.

2006-03-25 14:57 botg, revision 597

add < operator so CServer can be used with std::map

2006-03-24 19:01 botg, revision 596

fix problem where wizard was closed prematurely

2006-03-22 11:17 botg, revision 595

added new options to settings dialog

2006-03-21 23:22 botg, revision 594

typo

2006-03-21 12:25 botg, revision 593

memory leak

2006-03-20 15:30 botg, revision 592

Added indentation on page 3

2006-03-20 15:21 botg, revision 591

updated

2006-03-20 15:14 botg, revision 590

spelling fix

2006-03-20 13:54 botg, revision 589

invalidate cache if builddate of exe changes

2006-03-20 13:36 botg, revision 588

performance improvements

2006-03-20 13:04 botg, revision 587

better link support

2006-03-19 13:50 botg, revision 586

compile fix

2006-03-19 13:16 botg, revision 585

typo

2006-03-19 12:09 botg, revision 584

make use of the new 'prompt headers'

2006-03-19 11:32 botg, revision 583

missing #endif

2006-03-18 17:21 botg, revision 582

merge with latest PuTTY revision (6616)

2006-03-16 18:47 botg, revision 581

fix endless loop

2006-03-16 15:51 botg, revision 580

Settingsdialog now uses the wrapping engine

2006-03-16 15:46 botg, revision 579

simplify portrange description

2006-03-16 13:26 botg, revision 578

link support

2006-03-16 13:25 botg, revision 577

time for an update

2006-03-15 19:36 botg, revision 576

implement fallback option if server sends passive reply with unroutable IP address

2006-03-15 19:15 botg, revision 575

fix windres flag generation

2006-03-15 14:27 botg, revision 574

make use of external IP address resolver by the engine

2006-03-15 14:25 botg, revision 573

fix regex

2006-03-15 12:37 botg, revision 572

added GetLocalIP and GetRemoteIP functions

2006-03-14 23:08 botg, revision 571

Added IsRouteableAddress function

2006-03-12 12:13 botg, revision 570

updates German translation

2006-03-11 10:26 botg, revision 569

support PASV replies without brackets around IP/port

2006-03-06 00:06 botg, revision 568

installer improvements, uninstall old version if found. Code taken from NSIS installer script.

2006-03-06 00:04 botg, revision 567

save configuration

2006-03-04 19:34 botg, revision 566

switched some values, valid ports are > 1023 now.

2006-03-04 15:39 botg, revision 565

read initial values from options

2006-03-03 22:46 botg, revision 564

reset the stored session password on ASK logontype if PASS command fails

2006-03-03 20:46 botg, revision 563

fixes

2006-03-02 13:43 botg, revision 562

Parse result of IP test.

2006-03-02 08:22 botg, revision 561

compile fixes

2006-03-01 16:34 botg, revision 560

Partially working netconf wizard.

2006-02-28 11:54 botg, revision 559

Add class to resolve external IP addresses for users behind routers and a dynamic IP.

2006-02-28 10:47 botg, revision 558

Finnish month names

2006-02-23 14:47 botg, revision 557

Move some #define checks to FileZilla.h

2006-02-15 20:25 botg, revision 556

Compilers are like women: picky

2006-02-15 20:22 botg, revision 555

updated

2006-02-15 15:16 botg, revision 554

make CAsyncHostResolver usable by all event handlers.

2006-02-13 13:02 botg, revision 553

updated

2006-02-11 15:08 botg, revision 552

Call GetSizer->Layout() first before wrapping to get the initial layout

2006-02-11 13:22 botg, revision 551

Remove obsolete command. Patch by Andreas Jacobs

2006-02-11 10:33 botg, revision 550

wxWindow::GetTextExtent() is slow, cache its results.

2006-02-04 00:30 botg, revision 549

fix assert

2006-01-31 12:57 botg, revision 548

updated

2006-01-31 12:53 botg, revision 547

small tweaks

2006-01-29 11:34 botg, revision 546

finish data validation

2006-01-24 17:30 botg, revision 545

fit window to initial size

2006-01-24 16:24 botg, revision 544

updated translations

2006-01-24 15:32 botg, revision 543

*** empty log message ***

2006-01-24 15:09 botg, revision 542

use "operating system" instead of "Windows"

2006-01-24 14:58 botg, revision 541

make site manager use the new wrapping engine

2006-01-24 14:56 botg, revision 540

start implementing a context menu

2006-01-24 14:56 botg, revision 539

- add support for wxNotebook - fix bug if dialog width cannot be reduced to desired width, wrap to actual width then

2006-01-23 17:08 botg, revision 538

implement layout cache to speed up subsequent dialog creations

2006-01-23 09:28 botg, revision 537

typo

2006-01-22 12:35 botg, revision 536

Add auto text-wrap engine in use by network configuration wizard

2006-01-17 13:16 botg, revision 535

support yyyy.mm.dd date format

2006-01-17 09:05 botg, revision 534

Spelling fix.

2006-01-11 13:49 botg, revision 533

added pt_PT, updated zh_TW

2006-01-10 18:20 botg, revision 532

"Force UTF-8 encoding" setting wasn't saved

2006-01-06 19:54 botg, revision 531

updated

2006-01-06 19:46 botg, revision 530

autowrap texts to make dialog look prettier

2006-01-06 11:37 botg, revision 529

compile fix

2006-01-06 11:34 botg, revision 528

work in progress: Network configuration wizard

2005-12-30 10:41 botg, revision 527

*** empty log message ***

2005-12-30 10:40 botg, revision 526

improved support for directory listings in used by some asian servers.

2005-12-03 17:37 botg, revision 525

compile fix

2005-12-03 15:42 botg, revision 524

compiler warnings

2005-12-03 13:17 botg, revision 523

moved file reading/writing into own thread, significantly improves UI responsiveness.

2005-12-02 01:29 botg, revision 522

fix resume for uploads

2005-11-25 09:49 botg, revision 521

Use wxChoice instead of wxComboBox for the theme selection

2005-11-14 10:52 botg, revision 520

fix file transfer logic

2005-11-10 23:32 botg, revision 519

updated: - added filter.png - corrected transparency restrictions

2005-11-09 12:55 botg, revision 518

implement Apply button

2005-11-09 12:37 botg, revision 517

updated

2005-11-09 12:35 botg, revision 516

typo

2005-11-07 16:11 botg, revision 515

*** empty log message ***

2005-11-07 15:24 botg, revision 514

memory leak

2005-11-06 10:21 botg, revision 513

implement filter sets

2005-11-06 10:20 botg, revision 512

add Korean month names

2005-11-03 15:44 botg, revision 511

port over IsMisleadingListResponse from FZ2

2005-11-03 15:34 botg, revision 510

updated

2005-10-30 17:41 botg, revision 509

typos

2005-10-30 17:35 botg, revision 508

updated translations

2005-10-30 11:00 botg, revision 507

add ACCT logon type

2005-10-30 10:57 botg, revision 506

cache last server

2005-10-30 10:43 botg, revision 505

converted xpm files into png

2005-10-28 12:00 botg, revision 504

check msgmerge version since versions < 0.11.0 don't understand -U

2005-10-28 10:11 botg, revision 503

fix argument to wx-config

2005-10-24 23:12 botg, revision 502

fix search path problems under OS X

2005-10-24 22:54 botg, revision 501

should compile under osx again

2005-10-23 18:27 botg, revision 500

compile fix

2005-10-23 15:16 botg, revision 499

require wxWidgets 2.6.2 for wxWindow::Reparent on wxMac

2005-10-19 23:43 botg, revision 498

implemented remote filters

2005-10-18 15:24 botg, revision 497

implemented local filters

2005-10-14 11:51 botg, revision 496

basic filter matching

2005-10-14 08:18 botg, revision 495

load and save filter sets. Actual filter implementation can be started now

2005-10-10 12:12 botg, revision 494

hold shift key down to (de)select filter on both sides

2005-10-10 09:59 botg, revision 493

filternames can be changed

2005-10-08 14:03 botg, revision 492

updated

2005-10-08 13:46 botg, revision 491

more checks for PuTTY, some cleanup

2005-10-08 13:43 botg, revision 490

remember mergerevision, today's merge with putty svn was revision 6379

2005-10-08 13:39 botg, revision 489

merged with latest revision from PuTTY svn repository

2005-10-08 13:37 botg, revision 488

compiler warnings

2005-10-07 18:34 botg, revision 487

forget this one. locales made little bit more silent

2005-10-07 12:15 botg, revision 486

lots of updates

2005-10-07 12:14 botg, revision 485

Added Japanese and Polish translation

2005-10-07 12:13 botg, revision 484

little bit more silent

2005-10-07 12:12 botg, revision 483

renamed ca_AD into ca_ES

2005-10-07 09:43 botg, revision 482

use custom charset if specified

2005-10-07 09:28 botg, revision 481

interface part of the charset code

2005-10-05 23:57 botg, revision 480

display a warning if filenames cannot be displayed due to charset conversion issues.

2005-10-05 10:01 botg, revision 479

partial implementation of server charset support. User charset selection still needs to be implemented

2005-10-02 23:34 botg, revision 478

preliminary fix for charset conversion problem until UTF-8 support and server charset support gets added.

2005-10-02 10:18 botg, revision 477

display available filters on filter dialog, correct filter loading/saving

2005-09-29 12:59 botg, revision 476

basic filter validation

2005-09-29 12:32 botg, revision 475

filter loading and saving

2005-09-29 12:32 botg, revision 474

secure function to save xml files: Make a backup copy before save, so if save fails no data will be lost. Abort save if backup copy cannot be made.

2005-09-28 12:14 botg, revision 473

fix compiler warnings

2005-09-26 19:08 botg, revision 472

added swedish, updated a few

2005-09-26 10:04 botg, revision 471

implement filter adding and selection change

2005-09-25 10:20 botg, revision 470

fix for 'make distcheck'

2005-09-23 17:23 botg, revision 469

only link with libidn when needed

2005-09-23 13:35 botg, revision 468

Makefile cleanup, no longer pass wxlibs to fzsftp linker flags

2005-09-23 12:50 botg, revision 467

partial implementation of the filter interface, not yet working

2005-09-06 11:47 botg, revision 466

French monthname 'juin' is june, not july

2005-09-01 15:23 botg, revision 465

add protocol in front of host field in quickconnect bar if different from ftp://

2005-09-01 15:21 botg, revision 464

file renaming implemented for sftp

2005-08-27 12:25 botg, revision 463

use a dependencyless function for the libidn check instead of idna_to_ascii_8z which might depend on libiconv

2005-08-24 17:54 botg, revision 462

updated

2005-08-23 23:17 botg, revision 461

sftp did not work for unicode builds

2005-08-23 22:03 botg, revision 460

fix compile problem

2005-08-23 21:50 botg, revision 459

implementes sftp rmdir

2005-08-23 10:46 botg, revision 458

sftp delete implemented

2005-08-22 13:58 botg, revision 457

mkdir implemented for sftp

2005-08-22 09:54 botg, revision 456

install fzsftp.exe

2005-08-22 09:50 botg, revision 455

small cleanup

2005-08-21 15:01 botg, revision 454

progress bar for sftp transfers now working

2005-08-20 13:03 botg, revision 453

use solid compression

2005-08-20 13:02 botg, revision 452

improved windres detection

2005-08-18 14:28 botg, revision 451

should compile again

2005-08-17 16:20 botg, revision 450

send status about file reads/writes.

2005-08-13 14:09 botg, revision 449

added Kurdish translation, updated some others

2005-08-10 16:55 botg, revision 448

fix assertion under Linux, wxCriticalSection cannot be entered twice from the same thread

2005-08-10 10:02 botg, revision 447

add auto-detection of autotools programs with version suffix, e.g. automake-1.9

2005-08-10 10:00 botg, revision 446

send/recv indicators now working in sftp mode

2005-08-07 10:29 botg, revision 445

added some comments in the headers

2005-08-06 17:34 botg, revision 444

couple of small fixes

2005-08-06 17:33 botg, revision 443

(re)put now working

2005-08-06 17:25 botg, revision 442

finished basic sftp transfers

2005-08-06 14:44 botg, revision 441

add SFTP protocol to Site Manager

2005-08-05 10:19 botg, revision 440

work in progress: sftp transfers partially implemented

2005-08-05 10:01 botg, revision 439

adjusted get and reget commands

2005-08-03 17:05 botg, revision 438

fix problems with latest wxWidgets cvs

2005-07-29 11:01 botg, revision 437

set m_queued to true if queuing immediate transfers

2005-07-28 18:04 botg, revision 436

ignore sftp requests if not connected

2005-07-28 14:53 botg, revision 435

proper detection of local and remote file size

2005-07-25 20:18 botg, revision 434

fixed warnings

2005-07-25 10:13 botg, revision 433

updated

2005-07-23 13:15 botg, revision 432

sftp servers can now be browsed

2005-07-23 10:34 botg, revision 431

work around MSVC compiler error as decripbed in the development diary

2005-07-22 23:36 botg, revision 430

fixed crash

2005-07-15 13:16 botg, revision 429

compile fixes

2005-07-15 13:13 botg, revision 428

fix incomplete sentence

2005-07-15 05:44 botg, revision 427

add missing range check

2005-07-14 18:18 botg, revision 426

finished implementation of password authentication

2005-07-14 00:14 botg, revision 425

partial implentation of password authentication

2005-07-11 20:23 botg, revision 424

updated

2005-07-11 20:08 botg, revision 423

updated

2005-07-11 19:50 botg, revision 422

implement host key verification for sftp

2005-07-07 17:41 botg, revision 421

bump required automake version to 1.8.0, 1.7.x does not create depfile for FileZilla.h

2005-07-07 14:24 botg, revision 420

compile fix

2005-07-06 18:40 botg, revision 419

add some utility functions

2005-07-02 10:42 botg, revision 418
  • D /FileZilla3/trunk/src/putty/dummy.c

removed

2005-07-02 10:30 botg, revision 417

added Bulgarian, updated pt_BR

2005-07-02 10:08 botg, revision 416

fixed typos

2005-06-30 09:32 botg, revision 415

don't output prompt

2005-06-30 07:56 botg, revision 414

should now compile under Linux

2005-06-30 06:28 botg, revision 413

*** empty log message ***

2005-06-29 22:44 botg, revision 412

Begin sftp implementation, not yet usable.

2005-06-26 09:25 botg, revision 411

Added catalan and indonesian translations

2005-06-22 18:43 botg, revision 410

fixed parsing of unix style listings with given time, year was off by one

2005-06-20 18:41 botg, revision 409

another typo

2005-06-17 05:40 botg, revision 408

typo: missing backslash

2005-06-16 22:13 botg, revision 407

compile fixes

2005-06-16 22:12 botg, revision 406

don't crash on null directory listing

2005-06-15 16:27 botg, revision 405

fixed includes

2005-06-14 16:39 botg, revision 404

updated

2005-06-11 18:31 botg, revision 403

some cleanup, moved private stuff from CFileZillaEngine to CFileZillaEnginePrivate

2005-06-11 14:13 botg, revision 402

fixed memory leak and fixed some detections, ported over new formats recognized by FZ2.

2005-06-04 18:17 botg, revision 401

proper cleanup of the ITEMIDLIST returned by SHGetSpecialFolderLocation

2005-06-04 17:08 botg, revision 400

bump required wx version to 2.6.1

2005-06-03 14:26 botg, revision 399

update status lines when scrolling

2005-06-03 14:25 botg, revision 398

remove signed/unsigned warning

2005-06-03 13:18 botg, revision 397

add dialogex.cpp/.h for common dialog code.

2005-06-03 13:17 botg, revision 396

add OnBeginLabelEdit

2005-06-02 20:01 botg, revision 395

added precompiled header support, configure with --enable-precomp

2005-06-02 00:36 botg, revision 394

typo

2005-06-02 00:19 botg, revision 393

added ee_EE, updated nl

2005-06-01 21:37 botg, revision 392

check for GNU gettext tools

2005-05-31 18:01 botg, revision 391

Added Danish translation, updated Dutch translation.

2005-05-26 23:02 botg, revision 390

more checks for invalid arguments

2005-05-24 16:50 botg, revision 389

filter out . and ..

2005-05-24 16:50 botg, revision 388

fix a couple of problems under Linux

2005-05-22 20:33 botg, revision 387

added Norwegian Bokmal translation

2005-05-22 12:41 botg, revision 386

use wxRename instead of wxRenameFile. wxRenameFile internally calls wxRename, but does use wxCopy if wxRename fails. I dislike this.

2005-05-22 12:39 botg, revision 385

compile error if wxWidgets wasn't compiled with --disable-compat24

2005-05-21 10:12 botg, revision 384

Added Spanish translation, updates Slovenian

2005-05-20 12:30 botg, revision 383

add simple wildcard search for locales directory, no longer requires an existing de locale

2005-05-20 10:19 botg, revision 382

Added Turkish translation

2005-05-19 13:45 botg, revision 381

should compile under Linux again

2005-05-19 09:58 botg, revision 380

naming conflict: rename opendir to opened_dir

2005-05-18 10:42 botg, revision 379

implement local directory tree

2005-05-18 10:39 botg, revision 378

add filetype enum

2005-05-17 22:09 botg, revision 377

fix assert if uploading folders

2005-05-14 09:43 botg, revision 376

typo

2005-05-13 10:26 botg, revision 375

fix signed/unsigned warnings

2005-05-13 10:25 botg, revision 374

resize icons in a way which preserves transparency

2005-05-12 21:26 botg, revision 373

move file icon specific code to CSystemImageList in systemimagelist.h/cpp

2005-05-12 19:44 botg, revision 372

added Galician translation, updated Chinese (Simplified) translation

2005-05-12 14:41 botg, revision 371

under Windows, precalculate icon for remote directories

2005-05-11 16:28 botg, revision 370

some servers keep offset set by REST between transfers, so reset it to 0 on the next unresumed transfer.

2005-05-10 11:59 botg, revision 369

abort on errors

2005-05-10 05:40 botg, revision 368

fixed formatting problem in the file

2005-05-09 21:20 botg, revision 367

added Simplified Chinese and Korean language files

2005-05-09 21:03 botg, revision 366

rename exit, settings and about menu item identifiers to be compatible with Mac OS X application menu

2005-05-09 20:32 botg, revision 365

Site Manager and about dialog can now be closed using the escape key

2005-05-07 17:23 botg, revision 364

updated translations

2005-05-07 13:58 botg, revision 363

Typo

2005-05-07 13:58 botg, revision 362

Make use of msvc/wx/setup.h, removes the wxWidgets library dependancies from the VC++ project files.

2005-05-07 13:56 botg, revision 361

Add confirmation dialog if target already exists upon renaming files,

2005-05-07 13:14 botg, revision 360

read remaining available data if OnClose gets called

2005-05-07 13:09 botg, revision 359

fix VC++ dependancy checking

2005-05-07 13:01 botg, revision 358

skip directories above start dir for recursive operations

2005-05-01 08:57 botg, revision 357

*** empty log message ***

2005-04-30 14:58 botg, revision 356

attempt to fix assert in address resolving code

2005-04-30 14:49 botg, revision 355

add about dialog

2005-04-28 12:09 botg, revision 354

allow passwords to be remembered during a session for servers with ASK logontype

2005-04-22 11:41 botg, revision 353

updated

2005-04-20 21:05 botg, revision 352

updated sl, added pt_BR

2005-04-11 12:12 botg, revision 351

should now compile using gcc

2005-04-10 18:49 botg, revision 350

added missing files

2005-04-10 16:47 botg, revision 349

replaced nl_BE with nl, updated zh_TW

2005-04-10 15:30 botg, revision 348

implemented chmod dialog

2005-04-10 15:29 botg, revision 347

call unix2dos if in a mingw environment

2005-04-10 15:25 botg, revision 346

use the event function cast macros

2005-04-09 14:36 botg, revision 345

updated TinyXML to latest version

2005-04-09 14:17 botg, revision 344

add chmod command to engine

2005-03-31 14:55 botg, revision 343

compiles with gcc again

2005-03-30 12:13 botg, revision 342

handle .. in SetPath and ChangePath for unix and dos type servers

2005-03-29 11:27 botg, revision 341

add parent information to cache on successful cache lookup after changing directory

2005-03-29 11:17 botg, revision 340

remote files can be renamed now

2005-03-28 11:45 botg, revision 339

added zh_TW, updated de and sl

2005-03-28 11:06 botg, revision 338

removed bogus string

2005-03-19 13:49 botg, revision 337

improved .pot file generation

2005-03-19 10:36 botg, revision 336

updated

2005-03-14 20:42 botg, revision 335

it's #if wxUSE_UNICODE, not #ifdef wxUSE_UNICODE

2005-03-14 20:40 botg, revision 334

comment out 32x32 folder in mac-copy-resources

2005-03-04 10:45 botg, revision 333

add austrian name for January

2005-02-24 21:29 botg, revision 332

updated

2005-02-24 11:37 botg, revision 331

local files can be renamed

2005-02-23 14:32 botg, revision 330

files can be searched for by typing the first few letters of the file

2005-02-23 14:31 botg, revision 329

msvc unicode compile fix

2005-02-18 14:54 botg, revision 328

add context menu to message log. Requires wxWidgets patch #1143823

2005-02-18 12:06 botg, revision 327

massive speedup if wrapping after 1000 lines

2005-02-18 11:08 botg, revision 326

fixed compile errors, add remote view header functionality

2005-02-11 18:54 botg, revision 325

create remote directory if CWD failed on uploads

2005-02-09 11:10 botg, revision 324

partial functionality for local view header combobox

2005-02-08 12:56 botg, revision 323

Filenames containing foreign characters were not displayed properly

2005-02-07 18:23 botg, revision 322

queueview can be toggled

2005-02-05 00:06 botg, revision 321

Viewheaders should now look nice on non-windows systems

2005-02-04 23:55 botg, revision 320

under wxGtk, controls weren't initially disabled if not site was selected by default

2005-02-03 18:24 botg, revision 319

fixed bug in SetSafePath, did not skip the separating space

2005-02-03 18:12 botg, revision 318

implemented view headers

2005-01-29 21:24 botg, revision 317

added some splitter constraints so that views don't get too small

2005-01-29 20:49 botg, revision 316

- partially reversed last change, my own gravity code is far superior - dispaly of message log can be toggled

2005-01-29 19:54 botg, revision 315

simplified resizing code, wxSplitterWindow::SetSashGravity was added after writing the original code

2005-01-29 13:31 botg, revision 314

even smaller size

2005-01-28 22:34 botg, revision 313

a few new icons

2005-01-28 21:56 botg, revision 312

update cache if creating directories

2005-01-28 20:33 botg, revision 311

a few bytes gone

2005-01-27 16:50 botg, revision 310

missing commit: - implemented remote directory creation - 4 bugs fixes for recursive remote operations

2005-01-27 13:36 botg, revision 309

small script to clean xrc files

2005-01-27 12:37 botg, revision 308

updated cyril theme, did run pngcrush on all .png files

2005-01-27 12:07 botg, revision 307

Small script to clean .png files using pngcrush

2005-01-27 10:21 botg, revision 306

should now compile under linux

2005-01-26 14:21 botg, revision 305

- implemented remote directory creation - 4 bugs fixes for recursive remote operations

2005-01-22 10:15 botg, revision 304

could not delete files on systems other than Windows

2005-01-20 13:29 botg, revision 303

create target directory if downloading a file

2005-01-18 11:12 botg, revision 302

sort files alphabetically

2005-01-14 13:43 botg, revision 301

fixed start menu entry creation

2005-01-08 12:08 botg, revision 300

sorted file lists alphabetically

2005-01-07 22:21 botg, revision 299

implemented deletion of local files and directories

2005-01-07 20:58 botg, revision 298

fixed error message for missing tool if $VERSION is empty

2005-01-07 12:13 botg, revision 297

only pre-show dialog under __WXGTK__

2005-01-06 20:26 botg, revision 296

make use of autoheader, this should shrink build log size a little bit.

2005-01-06 15:47 botg, revision 295

set LZMA compression, change output filename

2005-01-06 15:46 botg, revision 294

fixed mingw cross compiling, let wxWidgets handle imagelist creation

2005-01-05 14:09 botg, revision 293

minor fix

2005-01-05 13:57 botg, revision 292

install.nsi wasn't generated

2005-01-03 22:20 botg, revision 291

copy locales under MacOS into application bundle

2005-01-02 23:04 botg, revision 290

proper generation of nsh files

2005-01-02 19:38 botg, revision 289

make windres detection more verbose and fix wxrc check

2005-01-01 22:10 botg, revision 288

missing file

2005-01-01 17:12 botg, revision 287

fixed assert and set proper virtual size if no icons exist for a specific size

2005-01-01 13:58 botg, revision 286

change wrong version check

2005-01-01 13:20 botg, revision 285

if building on mingw, generate data/install.nsi so that available languages are added automatically to install script.

2005-01-01 10:54 botg, revision 284

ascii/binary was not set

2004-12-31 19:14 botg, revision 283

updated language files

2004-12-31 19:03 botg, revision 282

language can be changed at runtime

2004-12-31 19:01 botg, revision 281

removed .zip target for distribution, bzip2 is better.

2004-12-31 18:04 botg, revision 280

silence some checks

2004-12-31 09:59 botg, revision 279

should now compile and display properly under Linux

2004-12-30 21:42 botg, revision 278

updated to install new theme

2004-12-30 21:27 botg, revision 277

removed nonexistant art ID

2004-12-30 20:58 botg, revision 276

Added theme engine, it's now possible to change the used icon set

2004-12-30 20:57 botg, revision 275

added some missing icons for classic theme

2004-12-30 20:57 botg, revision 274

fixed Makefile.am

2004-12-30 20:55 botg, revision 273

Added theme engine, it's not possible to change the used icon set

2004-12-30 16:17 botg, revision 272

fix some warnings

2004-12-28 12:35 botg, revision 271

transfer mode selection is fully operational

2004-12-28 11:20 botg, revision 270

fix compile error

2004-12-28 10:58 botg, revision 269

handle ascii transfers

2004-12-28 09:08 botg, revision 268

load and save settings on filetype page

2004-12-27 21:29 botg, revision 267

make use of the settings on the passive mode page

2004-12-27 15:46 botg, revision 266

moved some files

2004-12-27 15:27 botg, revision 265

settings dialog can be closed using escape

2004-12-27 14:41 botg, revision 264

makde passive mode page functional

2004-12-27 11:15 botg, revision 263

implement settings dialog

2004-12-25 19:14 botg, revision 262

directories can be removed

2004-12-25 19:13 botg, revision 261

fixed memleaks

2004-12-25 10:41 botg, revision 260

remote files cna be deleted

2004-12-20 21:29 botg, revision 259

make better use of cache if changing to subdir and then returning to parent

2004-12-20 00:13 botg, revision 258

implement delete command

2004-12-19 15:45 botg, revision 257

for now, don't add folder item to queue

2004-12-19 15:39 botg, revision 256

implemented directory downloading

2004-12-16 18:33 botg, revision 255

added -c option to skip tool detection

2004-12-16 18:07 botg, revision 254

make FreeBSD happy

2004-12-16 14:06 botg, revision 253

a collection of small fixes

2004-12-15 17:24 botg, revision 252

reduce libtool requirement to 1.4

2004-12-15 14:50 botg, revision 251

improved package version detection taken from freeciv project

2004-12-14 20:16 botg, revision 250

make distcheck should now work on MacOS

2004-12-14 20:03 botg, revision 249

some comments

2004-12-14 19:55 botg, revision 248

Interprocess Mutex implementation for Linux/Unix based on lockfiles

2004-12-14 14:53 botg, revision 247

new class for an interprocess mutex, only implemented under windows yet.

2004-12-14 14:52 botg, revision 246

Load and save transfer queue, separate settings, queue and sitemanager storage files.

2004-12-12 19:15 botg, revision 245

code cleanup

2004-12-11 22:12 botg, revision 244

minor improvements

2004-12-11 14:48 botg, revision 243

added AddTextElement function and cleaned up SetServer

2004-12-11 11:39 botg, revision 242

translated all strings

2004-12-11 11:13 botg, revision 241

implemented adding files to queue for upload. Fast and not blocking the ui. Only drawback: Poor performance in debug mode.

2004-12-10 16:15 botg, revision 240

improved mingw flag parsing

2004-12-04 14:45 botg, revision 239

Mac improvements

2004-12-03 09:27 botg, revision 238

this time the fix works

2004-12-03 08:45 botg, revision 237

segfault if sizeof(long) != sizeof(int)

2004-12-02 21:36 botg, revision 236

stats target does not work everywhere, so remove it from the all target

2004-12-02 17:29 botg, revision 235

hopefully this really fixes all problems

2004-12-02 17:15 botg, revision 234

added more helpful text, especially if aclocal fails.

2004-12-02 09:57 botg, revision 233

compiles again on FreeBSD

2004-12-02 00:14 botg, revision 232

use proper charsets for conversion from local charset to server charset (currently hardcoded ISO8859-1)

2004-12-01 17:15 botg, revision 231
  • D /FileZilla3/trunk/docs/toto.txt

todo list

2004-12-01 17:15 botg, revision 230

todo list

2004-11-30 18:01 botg, revision 229

fixes for mingw builds

2004-11-29 11:45 botg, revision 228

fixed a couple of bugs, make distcheck now works

2004-11-29 11:00 botg, revision 227
  • D /FileZilla3/trunk/locales/filezilla.pot

obsolete

2004-11-29 10:52 botg, revision 226

converted to UTF-8

2004-11-29 01:39 botg, revision 225

one more file which need to be cleaned

2004-11-29 01:32 botg, revision 224

improved resource dir detection using BinReloc

2004-11-28 00:21 botg, revision 223

Make sure OnConnect get's always called first.

2004-11-28 00:19 botg, revision 222

calculate initial position for the status line control since Windows can't be created hidden.

2004-11-27 11:10 botg, revision 221

some comments and small cleanup

2004-11-26 22:52 botg, revision 220

slovenian translation by Martin Srebotnjak

2004-11-20 18:34 botg, revision 219

display total queue size in status bar

2004-11-16 18:45 botg, revision 218

Italian translation by Andrea Sanavia

2004-11-16 18:44 botg, revision 217

commented out AC_LIBTOOL_DLOPEN, seems to be unneccessary

2004-11-16 18:19 botg, revision 216

touch .po files if they are being updated

2004-11-16 17:42 botg, revision 215

make stats target depend on allpo target

2004-11-13 19:44 botg, revision 214

detect available locales in a more portable way. Should now work on FreeBSD as well.

2004-11-11 00:17 botg, revision 213

fixed gcc compile errors

2004-11-08 17:27 botg, revision 212

Make use of new queue

2004-11-08 16:42 botg, revision 211

fixed some small problems with the makefiles

2004-11-08 13:34 botg, revision 210

memory DC wasn't blitted into paint DC in one case

2004-11-08 11:01 botg, revision 209

finished queueitem status line

2004-11-06 15:46 botg, revision 208

create status line controls for active transfers

2004-11-06 11:15 botg, revision 207

- added Dutch_Belgium (nl_BE) translation by Nathan Samson - updated configure script to autodetect available catalogs

2004-11-04 19:34 botg, revision 206

queue can now be stopped and resumed later, fixed some bugs

2004-11-04 19:31 botg, revision 205

make m_activeStatusRecv and m_activeStatusSend static so that the activity indicators will work for the queue as well.

2004-10-29 14:08 botg, revision 204

default port on quickconnect wasn't used

2004-10-27 13:52 botg, revision 203

fixed case of Mainfrm.h in an include

2004-10-26 22:22 botg, revision 202

don't change m_activeMode in TryStartNextTransfer, only check it there

2004-10-26 20:12 botg, revision 201

fix situation where the second reply to LIST/RETR/... commands could be skipped, just getting out-of-sync

2004-10-26 20:10 botg, revision 200

don't delete memory twice

2004-10-26 16:22 botg, revision 199

updated makefiles for mac port

2004-10-24 12:38 botg, revision 198

fixed queue related crashes if closing application

2004-10-24 11:05 botg, revision 197

fixed strange warning about deletion of still running thread

2004-10-23 17:17 botg, revision 196

improved directorylisting parser to handle VxWorks based servers used by some Nortel routers

2004-10-20 14:15 botg, revision 195

`make stats` finally works

2004-10-20 14:12 botg, revision 194

Lithuanian translation

2004-10-20 14:05 botg, revision 193

don't return FZ_REPLY_WOULDBLOCK if cancel does do nothing

2004-10-20 14:04 botg, revision 192

pasv mode did not work properly

2004-10-19 20:07 botg, revision 191

fixed memory corruption

2004-10-18 18:16 botg, revision 190

implemented working transfer queue

2004-10-18 18:15 botg, revision 189

proper member initialization

2004-10-18 18:10 botg, revision 188

let CControlSocket::ResetOperation delete m_pCurOpData, called by CControlSocket destructor

2004-10-16 17:48 botg, revision 187

partial transfer queue implementation, not functional yet

2004-10-10 23:21 botg, revision 186

updated required wxWidgets version now that version 2.5.3 has been released

2004-10-10 00:07 botg, revision 185

typo

2004-10-09 22:28 botg, revision 184

windres may produce incomplete output files, write to temp file instead

2004-10-09 18:35 botg, revision 183

logontype did set the fields not according to the current selection but according to the previous on some systems

2004-10-09 18:11 botg, revision 182

Check for wxrc in $PATH

2004-10-08 13:12 botg, revision 181

send led position on non-windows systems

2004-10-04 12:54 botg, revision 180

Prototyped parts of the queue interface

2004-10-04 09:06 botg, revision 179

custom commands

2004-10-03 16:21 botg, revision 178

mscv fix

2004-10-03 06:51 botg, revision 177

server.png added

2004-10-02 21:02 botg, revision 176

added nsis installer script, mingw compile fixes

2004-10-02 16:47 botg, revision 175

*** empty log message ***

2004-10-02 16:46 botg, revision 174

use hex representation for all non-ascii characters to make GCC 3.4 happy

2004-10-02 08:35 botg, revision 173

handle item doubleclick in site tree

2004-10-02 08:31 botg, revision 172

implemented INTERACTIVE logon type

2004-10-01 18:34 botg, revision 171

implemented ASK logontype, added sitemanager icons

2004-10-01 10:30 botg, revision 170

open folder icon specs

2004-09-30 15:00 botg, revision 169

make use of CServer::GetPasvMode

2004-09-30 14:32 botg, revision 168

load/store the values on the Advanced and Transfer pages

2004-09-30 10:55 botg, revision 167

first page of site manager fully functional

2004-09-30 10:54 botg, revision 166

fixed crash

2004-09-30 10:54 botg, revision 165

fixed compiler warning

2004-09-29 14:37 botg, revision 164

Abort make if wxrc can't be found; updated German translation

2004-09-29 14:01 botg, revision 163

partial Sitemanager implementation

2004-09-28 12:49 botg, revision 162

fixed unicode errors, compile warnings

2004-09-26 23:27 botg, revision 161

use directory cache if changing directories

2004-09-25 09:43 botg, revision 160

added MVS support, the code is much cleaner as in FZ2 and yet should work better

2004-09-25 07:57 botg, revision 159

use wxFileOffset for file sizes

2004-09-24 12:19 botg, revision 158

Updated directory listing parser: - fixed some bugs - parse IBM MVS style listings - parse WfFtp listings

2004-09-23 13:33 botg, revision 157

implemented transfer status notifications

2004-09-22 15:23 botg, revision 156

append path to filenames for wxStat and starting transfers

2004-09-20 19:26 botg, revision 155

improved mingw detection

2004-09-20 00:35 botg, revision 154

! operator does not work on strings, even if wxWidgets docs tell otherwise

2004-09-20 00:19 botg, revision 153

compiles again using GCC

2004-09-18 10:25 botg, revision 152

implemented the LEDs indicating activity

2004-09-17 23:23 botg, revision 151

remaining memory leaks

2004-09-17 14:11 botg, revision 150

fixed memory leaks

2004-09-16 13:06 botg, revision 149

working reconnect button

2004-09-14 10:12 botg, revision 148

proper homedir detection under non wxMSW

2004-09-13 22:36 botg, revision 147

improved libidn detection

2004-09-13 16:55 botg, revision 146

fixed compile errors

2004-09-13 16:23 botg, revision 145

TinyXml lib

2004-09-13 15:53 botg, revision 144

Implemented settings storage

2004-09-02 10:59 botg, revision 143

fixed compiler warnings

2004-09-02 10:15 botg, revision 142

could not change local directories properly

2004-09-02 10:01 botg, revision 141

uploads now working

2004-08-31 15:34 botg, revision 140

file exists dialog now fully functional

2004-08-24 23:22 botg, revision 139

now checked in as binary file

2004-08-24 23:21 botg, revision 138
  • D /FileZilla3/trunk/src/interface/resources/16x16/folder.png

wronge filetype

2004-08-24 23:16 botg, revision 137

icons didn't display properly under linux

2004-08-24 18:56 botg, revision 136

icons in file lists under Linux

2004-08-24 17:38 botg, revision 135

new icon location

2004-08-23 22:09 botg, revision 134

more MacOS fixes

2004-08-23 17:55 botg, revision 133

*** empty log message ***

2004-08-23 16:13 botg, revision 132

make dist didn't work

2004-08-23 14:59 botg, revision 131

show file exists dialog only when needed

2004-08-22 19:55 botg, revision 130

Use fetch on FreeBSD

2004-08-22 17:46 botg, revision 129

iconset specifiaction for FileZilla

2004-08-22 15:19 botg, revision 128

don't preserve timestamps of files in the FZ3-autotools.tar.bz2

2004-08-20 19:22 botg, revision 127

improved logging

2004-08-20 16:00 botg, revision 126

*** empty log message ***

2004-08-20 15:58 botg, revision 125

fixed problems

2004-08-20 15:10 botg, revision 124

did not rebuilt executable after libengine.a got changed

2004-08-20 13:43 botg, revision 123

msgmerge -U for the .po files as well

2004-08-20 13:43 botg, revision 122

typo

2004-08-19 15:33 botg, revision 121

use SIZE/MTDM if exact filename can't be found in file listings but one with a different case.

2004-08-19 14:45 botg, revision 120

added refresh and reconnect buttons to toolbar

2004-08-17 20:14 botg, revision 119

init default locale

2004-08-17 20:05 botg, revision 118

- improvements for the languages files makefiles - small fixes

2004-08-17 17:26 botg, revision 117

strange that that code work perfectly well under Windows

2004-08-17 15:51 botg, revision 116

fixed regression

2004-08-17 15:29 botg, revision 115

small fixes

2004-08-17 14:22 botg, revision 114

non-windows file icons, added default icon

2004-08-16 18:54 botg, revision 113

fill file exists dlg information

2004-08-16 12:42 botg, revision 112

build MacOS application bundle, patch by Andreas Jacobs

2004-08-16 12:05 botg, revision 111

build under linux again

2004-08-15 20:08 botg, revision 110

implemented file exists dialog, though yet without any real function

2004-08-14 19:44 botg, revision 109

- added async request handling in engine - fixed compiler warning - more stuff I can't remember

2004-08-12 22:08 botg, revision 108

try to list dirs on transfers

2004-08-11 05:45 botg, revision 107

gcc fixes

2004-08-10 21:25 botg, revision 106

partial implementation of the file transfer code, downloads already work

2004-08-10 14:35 botg, revision 105

did not copy cash entries correctly

2004-07-12 10:01 botg, revision 104

fixed linux build, AM_CONDITIONAL was not called

2004-07-08 20:30 botg, revision 103

separate list and cwd code

2004-07-07 16:01 botg, revision 102

cleanup

2004-07-06 20:04 botg, revision 101

it's now possible to change remote directories

2004-07-05 19:40 botg, revision 100

add support for timeless vms listing

2004-06-26 23:11 botg, revision 99

some small improvements

2004-06-26 20:09 botg, revision 98

if compiling the windows version with cygwin/mingw, add resouces from filezilla.rc

2004-06-26 18:16 botg, revision 97

fixed warnings, cygwin compile errors

2004-06-07 21:01 botg, revision 96

typo causing problems with mac builds

2004-06-01 22:45 botg, revision 95

typos

2004-05-31 16:15 botg, revision 94

missing CTransferSocket files

2004-05-31 16:14 botg, revision 93

implemented on-the-fly parsing

2004-05-31 10:16 botg, revision 92

remote directory listing can be received

2004-05-28 21:55 botg, revision 91

distribute visual studio project files as well

2004-05-25 19:43 botg, revision 90

changing dirs did not work properly

2004-05-25 14:12 botg, revision 89

updated translation

2004-05-24 21:22 botg, revision 88

added application icon

2004-05-22 17:41 botg, revision 87

fixed crash if exiting while operation was active

2004-05-22 09:44 botg, revision 86

added directory cache, prototyped functions for LIST command

2004-05-22 09:41 botg, revision 85

some operator overloading

2004-05-22 09:36 botg, revision 84

FZ3 compiles under MinGW again

2004-05-21 21:21 botg, revision 83

added == operator

2004-05-16 14:27 botg, revision 82

automake 1.6 works as well, required by sf.net servers for update-configure script

2004-05-15 22:41 botg, revision 81

require automake 1.7, fixed some small problems

2004-05-15 21:09 botg, revision 80

extract translatable strings from xrc files

2004-05-15 20:42 botg, revision 79

add filezilla.kdevelop to distribution

2004-05-15 18:48 botg, revision 78

fixes

2004-05-15 18:41 botg, revision 77

new build system for gettext catalogs

2004-05-15 17:10 botg, revision 76

missing file

2004-05-15 17:08 botg, revision 75

typo

2004-05-13 21:54 botg, revision 74

typos

2004-05-13 21:06 botg, revision 73

remote file lists can be displayed

2004-05-08 17:44 botg, revision 72

parser now compiles under linux

2004-05-05 20:44 botg, revision 71

one parser to rule them all

2004-04-30 23:44 botg, revision 70

partially implemented directroy listing parser

2004-04-30 23:43 botg, revision 69

fixed wxUSE_STL compatibility

2004-04-28 13:23 botg, revision 68

fixed typo and missing? headers

2004-04-24 12:29 botg, revision 67

fully implemented CServerPath

2004-04-23 17:53 botg, revision 66

missing #ifdef __WXMSW__

2004-04-19 21:46 botg, revision 65

implemented sorting, added sort direction indicators on windows

2004-04-17 23:01 botg, revision 64

fixed text background if using gtk2

2004-04-17 19:56 botg, revision 63

missing headers

2004-04-16 13:22 botg, revision 62

fixed unicode problems

2004-04-16 10:58 botg, revision 61

implemented local file list

2004-04-14 09:16 botg, revision 60

removed debug code

2004-04-12 15:19 botg, revision 59

fixed connect

2004-04-12 15:18 botg, revision 58

switched to text control

2004-04-11 08:39 botg, revision 57

added asynchronous hostname resolver

2004-04-11 07:42 botg, revision 56

fixed slight memory leak

2004-04-10 13:26 botg, revision 55

implemented cancel command

2004-04-09 17:03 botg, revision 54

added -d switch (download only)

2004-04-09 16:57 botg, revision 53

fixed warnings, added send buffer, added support for international domain names

2004-04-09 16:55 botg, revision 52

fixed warnings, added send buffer

2004-04-09 16:53 botg, revision 51

added cancel button to interface

2004-04-08 16:29 botg, revision 50

complete connection establishment using user/pass

2004-04-07 17:30 botg, revision 49

dist targets now create working archives

2004-04-03 19:49 botg, revision 48

crashes

2004-04-03 19:48 botg, revision 47

fixed dependancies

2004-04-03 16:18 botg, revision 46

evil linewrap

2004-04-02 20:32 botg, revision 45

implemented parts of the response parser

2004-04-02 20:26 botg, revision 44

fixed LogMessage

2004-04-01 17:26 botg, revision 43

added disconnect command and basic command spooler to UI

2004-03-31 14:39 botg, revision 42

added toolbar resources

2004-03-31 14:37 botg, revision 41

added operation notification

2004-03-30 19:36 botg, revision 40

fixed -n switch, didn't really do anything

2004-03-28 18:35 botg, revision 39

*** empty log message ***

2004-03-28 18:06 botg, revision 38

basic connection handling and event notification

2004-03-22 22:22 botg, revision 37

quickconnectbar error message did not display properly

2004-03-22 21:44 botg, revision 36

Linux build fixes again

2004-03-22 21:32 botg, revision 35

missing file

2004-03-22 17:42 botg, revision 34

implemented URL parser

2004-03-22 17:31 botg, revision 33

set wxTE_PASSWORD flag for password field

2004-03-21 14:12 botg, revision 32

kdevelop project file

2004-03-20 17:09 botg, revision 31

fix for initial run of update-configure.sh

2004-03-20 16:12 botg, revision 30

small helper scripts

2004-03-20 00:15 botg, revision 29

missing return value

2004-03-20 00:14 botg, revision 28

limit port length in quickconnect bar to five chars.

2004-03-20 00:13 botg, revision 27

added some tooltips, adjusted size of port text ctrl and added wxBU_EXACTFIT style to the dropdown button (requires the following wxWidgets patch: https://sourceforge.net/tracker/?func=detail&aid=919026&group_id=9863&atid=309863)

2004-03-17 21:32 botg, revision 26

remove unused message

2004-03-17 21:28 botg, revision 25

cygwin/mingw fixes

2004-03-17 17:16 botg, revision 24

check even more directories for the resources

2004-03-17 16:56 botg, revision 23

include wx/image.h

2004-03-17 16:38 botg, revision 22

Check for expat lib and link with it. Essential if building under MinGW/CygWin

2004-03-16 13:45 botg, revision 21

check more paths for the data files

2004-03-16 00:14 botg, revision 20

*** empty log message ***

2004-03-16 00:02 botg, revision 19

Resources now get installed, FileZilla warns if it can't locate them

2004-03-15 01:10 botg, revision 18

rename wxWindows into wxWidgets, require at least version 2.5.1

2004-03-15 00:47 botg, revision 17

Fixed all compiler warnings

2004-03-14 23:19 botg, revision 16

fixed compilation error under linux

2004-03-14 23:04 botg, revision 15

required files

2004-03-14 23:02 botg, revision 14

*** empty log message ***

2004-03-14 18:13 botg, revision 13

added build scripts, fixed linux compatibility

2004-03-14 18:07 botg, revision 12

fixed typo, updated translation

2004-03-14 13:38 botg, revision 11

change filename to lowercase